[tcljava-user] NoClassDefFoundError
Brought to you by:
mdejong
From: Soviet U. <sss...@gm...> - 2006-05-31 17:56:22
|
I've installed the tclBlend1.3.2, threads263, tcl8.5a4, tk8.5a4 using msys, as was described in their README files. The installation seemed to be OK, andnow in the folder "C:\msys\local\bin" I have tclsh85.exe and wish85.exeexecutables and jtclsh.bat. The TCL itself works fine, but I cannot load TclBlend. When run jtclsh.bat and write in it "package require java", it sais: % package require java Exception in thread "main" java.lang.NoClassDefFoundError: tcl/lang/Interp "XpUtils::iload -d C:/msys/local/lib/tcljava1.3.2 tclblend" failed: could not find class "tcl/lang/Interp". Check your CLASSPATH settings. Currently, the CLASSPATH environment variable is set to: ;c:/Program Files/Java/jdk1.5.0_06/jre/lib/rt.jar;/lib/tcljava1.3.2//tcljava.jar ;/lib/tcljava1.3.2//tclblend.jar What's wrong? All the paths in the env variables in jtclsh.bat seem to be correct. Thanlk you. |