Re: [tcljava-dev] Load command question
Brought to you by:
mdejong
From: Mo D. <md...@cy...> - 2001-02-02 21:54:01
|
On Fri, 2 Feb 2001, Gary Baranzini wrote: > Hi, > > I have a tcl script that performs the following statement: > load tclx83.dll Tclx > > When I run my tcl script, using tcl84 shell, the tcl script works fine. > > I want to use jacl to run my tcl script from my java application. You can't load native Tcl libs into a Jacl application. If you want to do that, you will need to use Tcl Blend not Jacl. Tcl Blend 1.3 supports loading both Tcl and Tcl Blend into an existing JVM. Mo DeJong Red Hat Inc |