Next: Attaching and Initialising the
Up: Remote Tcl Interface
Previous: Basic Concepts of the
  Index
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.
Warwick Harvey
2004-08-07