Up Next

5.1  Loading the interface

The ECLiPSe interface is provided as a Tcl-package called eclipse, and can be loaded as follows:

lappend auto_path "/location/of/my/eclipse/lib_tcl"
package require eclipse

Up Next