Re: [tcljava-dev] Why tclblend is not stubs-aware?
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2007-03-12 22:33:45
|
Georgios Petasis wrote: > Hi all, > > I am a user of tclblend, and I tried to compile the new tclblend 1.4.0 > for windows with JDK 5.0 using msys. > What I noticed, is that tclblend does not use stubs, and thus is linked > directly to a specific version of the tcl dll. > Tcl Blend does not use stubs because there is no way to bootstrap when loading Tcl into a Java process. The stubs feature works well when Tcl loads a C extension, but Tcl Blend also supports loading both Tcl and Tcl Blend dlls into an existing JVM process (started via java.exe). A specific tclblend.dll is tied to a specific Tcl release and a specific JVM release. cheers Mo DeJong |