RE: [tcljava-user] Tcl scripts inside EJB
Brought to you by:
mdejong
From: Mo D. <md...@cy...> - 2001-02-06 06:51:17
|
On Tue, 6 Feb 2001, Vikram Rajan wrote: > hi, > > It was a classpath problem. The Jacl interpreter loads classes using the > JAVA_CLASSPATH, while weblogic uses the WEBLOGIC_CLASSPATH. For the > interpreter to be able to load classes within scripts, they need to be in > the java classpath. This again can be a problem at times with weblogic since > classes specified in both classpath variables cannot be loaded correctly by > weblogic. But I guess, we need to live with that :-) > > regards, > Vikram Rajan This workaround might just do the trick for you. You would need to put it in your init code somewhere. % set env(TCL_CLASSPATH) $env(WEBLOGIC_CLASSPATH) Mo DeJong Red Hat Inc |