[tcljava-dev] Any idea how to load java from Tcl under windows?
Brought to you by:
mdejong
From: Georgios P. <pet...@ya...> - 2008-07-03 19:28:40
|
Hi all, I have compiled tclblend under windows, but when I try to load it under windows, I get the following error: package req java called loadtclblend "C:/Users/petasis/Ellogon/lib/tcljava1.4.1" found tcljava.jar on env(CLASSPATH) at C:/Users/petasis/Ellogon/lib/tcljava1.4.1/tcljava.jar found tclblend.jar on env(CLASSPATH) at C:/Users/petasis/Ellogon/lib/tcljava1.4.1/tclblend.jar before shared lib load, env(CLASSPATH) was "C:/Users/petasis/Ellogon/lib/tcljava1.4.1/tcljava.jar;C:/Users/petasis/Ellogon/lib/tcljava1.4.1/tclblend.jar;C:/Users/petasis/Ellogon/CDM/Java/JCDM.jar;C:/Users/petasis/Ellogon/share/Tools/WEKA_Loader/weka/weka.jar;C:/Program Files/weka-3-4/weka.jar;C:/Users/petasis/Ellogon/share/Tools/WEKA_Loader/weka/weka.jar;C:/Program Files/weka-3-4/weka.jar" "XpUtils::iload C:/Users/petasis/Ellogon/lib/tcljava1.4.1/Windows/x86_32/libtclBlend-1.4.1-1.6.0_06.dll tclblend" failed: java.lang.UnsatisfiedLinkError: no tclblend in java.library.path While instantiating Interp object in Tclblend_Init The Tcl Blend shared lib was loaded by Tcl, but the JVM could not access JNI symbols. It seems that the java cannot start, and this does not seem to be caused by dlls that have not been found. Any ideas? Perhaps the way I have created the jar files? Regards, George |