Previous Up Next

6.2  Loading the Interface

Before using the interface, the Tcl program must first load a Tcl-package called remote_eclipse, which can be loaded as follows:

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

An ECLiPSe program, onto which the Tcl program will attach, also needs to be started.


Previous Up Next