[Tcl Java] RE: [Tcl Java] Re: [Tcl Java] Using native TCL in JVM

2000-03-03 Thread Jiang Wu
may look into fixing this issue. Using multiple interpreters in my server may be beneficial. -- Jiang Wu [EMAIL PROTECTED] -Original Message- From: Mo DeJong [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 02, 2000 3:41 PM To: [EMAIL PROTECTED] Subject: [Tcl Java] Re: [Tcl Java] Usi

[Tcl Java] Re: [Tcl Java] Using native TCL in JVM

2000-03-02 Thread Mo DeJong
Here is a note from the original author of Tcl Blend on this subject. Mo Dejong Red Hat Inc. Jiang Wu said: > Then there is TclBlend, which does a nice job of linking a native TCL > interpreter with JVM. But TclBlend assumes that the TCL interpreter starts > first, then it creates a JVM t

[Tcl Java] Using native TCL in JVM

2000-03-01 Thread Jiang Wu
I posted similar questions to comp.lang.tcl before subscribing to this mailing list. I apologize if you have seen most of this already. I am experimenting with adding a scripting engine (either TCL or Python) inside a Java server program. I was able to load Jacl into my Java program. That wor