[Tcl Java] Re: Unidentified subject!

1999-08-24 Thread ron espiritu
Yup, the problem that I was having was actually two-fold. The first was that I assumed that the env(TCLLIBPATH) variable was set through jacl (which as stated below, it isn't). I fixed that by manually setting the auto_path variable in the interp object. The second was also mentioned below whe

[Tcl Java] Re: Unidentified subject!

1999-08-24 Thread Moses DeJong
On Tue, 24 Aug 1999, Ron Espiritu wrote: > Hello everybody! Jacl does not load native libraries, is that what you were trying to do? You should be able to load packages that are pure Tcl with no problems. > I am having problems w/ using the "package require" command. It seems that > under jacl