Re: [tcljava-user] tclblend 1.3.0 and jvm
Brought to you by:
mdejong
|
From: Mo D. <md...@un...> - 2003-04-28 18:12:52
|
On Mon, 28 Apr 2003 12:41:16 -0400 "Patnaik, Anjela" <APa...@ci...> wrote: > When I do "package require java" and > load some procs that use java, I didn't > see java.exe in the task manager. > I am using a tcl 8.4.2 shell with tclblend > 1.3.0 and threads 2.5. That is because the Tcl vm and the Java vm exist in the same process. That is how Tcl Blend works. Tcl talks to Java and vice versa using the JNI. See: http://tcljava.sourceforge.net/docs/website/index.html Mo |