next up previous index
Next: Initialising the ECLiPSe Subsystem Up: Embedding into Tcl/Tk Previous: Embedding into Tcl/Tk   Index

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
It might also be necessary to provide information about where the DLLs or shared library files can be found. On Unix systems this is done by setting the LD_LIBRARY_PATH environment variable, e.g.
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/location/of/my/eclipse/lib/sparc_sunos5




1999-08-06