forward from non-list member Brent
All, Hope someone can assist with this. I am having trouble loading tclBlend. I am on Win NT 2000 using Tcl 8.3.1 and JDK 1.2.2. When I do a 'package require java' her is what I get. I think I have all of the debug setting turned on: ====================================================== called loadtclblend "C:/Program Files/Tcl/lib/tclblend" tclblend_shlib is C:/Program Files/Tcl/lib/tclblend/tclblend.dll found tclblend.jar at C:\Program Files\Tcl\lib\tclblend\..\tclblend.jar found tcljava.jar at C:\Program Files\Tcl\lib\tclblend\..\tcljava.jar setting env(CLASSPATH) to ; prepending C:\Program Files\Tcl\lib\tclblend\..\tclblend.jar onto env(CLASSPATH) prepending C:\Program Files\Tcl\lib\tclblend\..\tcljava.jar onto env(CLASSPATH) before jar prepend env(CLASSPATH) was "C:\Program Files\Tcl\lib\tclblend\..\tcljava.jar;C:\Program Files\Tcl\lib\tclblend\..\tclblend.jar;;" after jar prepend env(CLASSPATH) was "C:\Program Files\Tcl\lib\tclblend\..\tcljava.jar;C:\Program Files\Tcl\lib\tclblend\..\tclblend.jar;;" full error message is ""load C:/Program Files/Tcl/lib/tclblend/tclblend.dll" failed: java.lang.UnsatisfiedLinkError: init currently, the PATH environment variable includes these directories: C:\WINNT\system32 C:\WINNT C:\WINNT\System32\Wbem C:\ORANT\BIN C:\jdk1.2.2\jre\bin C:\jdk1.2.2\jre\bin\classic "C:\Program Files\Tcl\lib\tclblend" C:\ATF Windows users should note that the most common cause of problems loading TclBlend is the user forgetting to set the PATH environment variable to include both the Tcl shared libraries and the Java shared libraries. JDK 1.1 users that installed into C:\jdk1.1.8 need to include C:\jdk1.1.8\bin on the PATH. JDK 1.2 users that installed into C:\jdk1.2.2 need to include C:\jdk1.2.2\jre\bin AND C:\jdk1.2.2\jre\bin\classic AND C:\Program Files\Tcl\lib\tclblend on the PATH." "load C:/Program Files/Tcl/lib/tclblend/tclblend.dll" failed: java.lang.UnsatisfiedLinkError: init currently, the PATH environment variable includes these directories: C:\WINNT\system32 C:\WINNT C:\WINNT\System32\Wbem C:\ORANT\BIN C:\jdk1.2.2\jre\bin C:\jdk1.2.2\jre\bin\classic "C:\Program Files\Tcl\lib\tclblend" C:\ATF Windows users should note that the most common cause of problems loading TclBlend is the user forgetting to set the PATH environment variable to include both the Tcl shared libraries and the Java shared libraries. JDK 1.1 users that installed into C:\jdk1.1.8 need to include C:\jdk1.1.8\bin on the PATH. JDK 1.2 users that installed into C:\jdk1.2.2 need to include C:\jdk1.2.2\jre\bin AND C:\jdk1.2.2\jre\bin\classic AND C:\Program Files\Tcl\lib\tclblend on the PATH. ====================================================== This is the core error message: java.lang.UnsatisfiedLinkError: init I tried with JDK 1.3 and got the same error. Any help is appreciated. Dan ================================================= Dan Schenck mailto:[EMAIL PROTECTED] Technical Principal The Information Store http://www.istore.com 10777 Westheimer, Suite 1040 Houston, TX 77042 Ph: 713 787-6798 x166 Fax: 713 787-6772 =================================================