Hi,
I have an application that uses TclJava that runs correctly as a script,
however, I'm trying to wrap it as an application and I'm running into
some problems.
To wrap the application I'm using Tcl Dev Kit 5.0. However, if you have
a solution using something else like starkits or starpacks, I'd like to
hear from you.
I've played around the pkgIndex.tcl files related to tcljava to see
what's going on. Basically, when it gets to the point of loading
tclblend.dll (through XpUtils::iload) I get a message saying that it
can't load the library or some other required library. However,
tclblend.dll is in the PATH environment variable.
Also, if the PATH to the Java JRE is set correctly in pkgIndex.tcl, then
iload crashes before getting the message above. So if setting the PATH
to the Java JRE is skipped, then the I get the error described above.
Finally, if tclblend.dll is in the same directory as the executable,
then I get a nasty C++ error message.
So, I hope someone as solved this problem and can send me the solution.
I'm not a computer scientist or sys admin, but I've written several
Tcl/Tk apps. I've wasted too much time trying to figure out a solution.
Thanks in advance for your help,
--
Robert Lipman
http://cic.nist.gov/lipman/
|