Re: [tcljava-dev] Trying to run jaclsh
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2003-06-25 00:38:31
|
On Tue, 24 Jun 2003 10:19:32 -0400 (EDT) "Larry W. Virden" <lv...@ca...> wrote: > the jaclsh script only generates the error: > Exception in thread "main" java.lang.NoClassDefFoundError: tcl/lang/Shell > > Now, I have my CLASSPATH exported and pointing to the directory where the > jacl.jar is located. Is there something else that needs to happen to > get the script to work? The jaclsh script should set all the CLASSPATH stuff for you. I would suggest that you unset whatever CLASSPATH you currently have set and try it again. I can't imagine why this would not work, it should. Are you running under Win32? Perhaps the problem is with ; vs : characters in the CLASSPATH. Just an FYI, a CLASSPATH should include the full path name of a .jar file, not just the dir where a .jar file lives. cheers Mo |