[tcljava-user] Unknown Java class in Tcl
by Bruno Lopes other posts by this author
Sep 21 2003 7:35PM messages near this date
Re: [tcljava-user] jacl, exec and I/O redirection
|
Re: [tcljava-user] Unknown Java class in Tcl
Hi ...!
I'm desperate! :(
I have a java application, stuffed into a jar file. This is called =
engine.jar.
I have in D:\core\engine.jar.
This piece of code (in a Vignette template):
[
package require java
=20
set env(TCL_CLASSPATH) d:\core\engine.jar
java::new include.teste
]
gives me an unknown class error! :(
A "jar -tf engine.jar" command gives:
include/Configurator.class
include/LoggerUtils.class
include/Parameter.class
include/ResultElement.class
include/SQLConnector.class
include/SQLExecutor.class
include/teste.class
include/XMLUtils.class
Waht could be wrong?
Please ... it's more than urgent! :(
Thankx ...!
Bruno Lopes
Portugal
Attachments:
unknown1
Thread:
Bruno Lopes
Mo DeJong
|