[tcljava-user] Problem with init.tcl
Brought to you by:
mdejong
From: Vikram R. <Vi...@PL...> - 2001-01-21 07:48:46
|
hi all, I am using the Tcl Interpreter inside a Stateless session bean. On initialization of the interpreter: Interp interp = new Interp(); a TCLException is being thrown which says: javax.transaction.TransactionRolledbackException: tcl.lang.TclRuntimeError: unexpected TclException: tcl.lang.TclException: cannot read resource "/tcl/lang/library/init.tcl" I have both jacl.jar and tcljava.jar in my class path. I cannot figure out why it is giving me this exception. I am using JDK1.3 ... could that be a problem? But simple console Java applications are running using JDK1.3. Can somebody help me on this? Thanks in advance, Vikram Rajan |