Re: [tcljava-dev] Trying to run jaclsh
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2003-06-25 18:45:15
|
On Wed, 25 Jun 2003 11:16:23 -0400 (EDT) "Larry W. Virden" <lv...@ca...> wrote: > From: "Sasvata (Shash) Chatterjee" <sa...@ba...> > > > Larry you need to add tcljava.jar as well, that's where the > > tcl.lang.TclException class is. > > Well, adding both those jars to CLASSPATH worked. Thanks! I still don't understand why this does not just work out of the box. You did run the make install rule after configuring with a --prefix, right? This is from the jaclsh.in file: # Add the .jar library files to the CLASSPATH JACL_CLASSPATH=@JAVA_CLASSPATH@:${XP_TCLJAVA_INSTALL_DIR}/tcljava.jar:${XP_TCLJA VA_INSTALL_DIR}/jacl.jar: As long as your paths were setup properly, it should have just worked. cheers Mo |