Re: [tcljava-user] problem in make install
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2005-09-08 17:28:50
|
On Thu, 8 Sep 2005 04:10:00 -0700 (PDT) community help <hel...@ya...> wrote: > Hi, > > when i've run "make install" i had the following: > ........ > ......... > ......... > Installing jaclsh.bat in /usr/local/bin > Exception in thread "main" > java.lang.NoClassDefFoundError:tcl/lang/shell Did installing "jaclsh" also fail with the same error or was it just the jaclsh.bat file that did not work? Could you take a look at the generated jaclsh.bat file and see if there is something obviously wrong. The only thing I can think of is that perhaps jacl.jar or tcljava.jar were generated incorrectly and will not load into the JVM. Could you try setting the CLASSPATH to include these jar files and then run "java tcl.lang.Shell" by hand to see if that works. Also, what OS and JVM Version are you using? I hope that helps Mo DeJong |