Re: [tcljava-user] Problem getting Tclblend working
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2005-06-30 08:47:57
|
On Wed, 8 Jun 2005 03:12:05 -0700 (PDT) Timon Hartung <met...@ya...> wrote: > Hi, > > i have nearly tried everything to get TCLBlend working > on my Win XP machine. Hello Timon I know it is frustrating, but Tcl Blend does work. It is just a matter of getting your PATH env var set correctly. First off, you should be using the 1.3.1 release of Tcl Blend. The release comes will install a script named jtclsh in the $install/bin directory. I would suggest that you use this script as a starting point. It should setup all the env vars you need for you. You run the script from the same msys shell you would use to build Tcl and Tcl Blend. > couldn't load library > "C:/Tcl/msys/local/lib/tcljava1.3.1/tclblend.dll": > this library or a dependent library could not be found > in library path This error shows that one of the dlls that tclblend.dll depends on are not being found on the PATH at runtime. Which one? Windows does not give you any helpful info about which one it might be, you just have to figure that out on your own. The most likely case is that one of the Java dlls is not being found. A lot of times, Java dlls live in multiple directories, so it can be a little tricky getting them all in the PATH. I hope that helps Mo DeJong |