Re: [tcljava-dev] Any idea how to load java from Tcl under windows?
Brought to you by:
mdejong
From: Georgios P. <pet...@ya...> - 2008-07-18 16:18:27
|
Dear Patrick, Unfortunately, not a solution for me :-) I have to use ActiveTcl. Best regards, George O/H Patrick Finnegan έγραψε: > Don't bother compiling. Download the Windows binary from > http://sourceforge.net/project/showfiles.php?group_id=13005&package_id=33776 > . It works out of the box. > > > See http://www.patrickfinnegan.com/ for more details. > > > -----Original Message----- > From: tcl...@li... > [mailto:tcl...@li...] On Behalf Of Georgios > Petasis > Sent: 03 July 2008 20:28 > To: discuss implementaition and patches here > Subject: [tcljava-dev] Any idea how to load java from Tcl under windows? > > 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/Ello > gon/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/wek > a/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 > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > tcljava-dev mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-dev > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > tcljava-dev mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-dev > > |