[Tcl Java] New patch for loading of TclBlend from Java

2000-06-15 Thread Mo DeJong
Hi all. I have a new patch that adds support for loading of TclBlend into a Java, it is a little less complex than the solution Jiang proposed. Here is the source file I am using. % cat LoadTclBlend.java import tcl.lang.*; public class LoadTclBlend { public static void main(String[] args)

[Tcl Java] RE: [Tcl Java] New patch for loading of TclBlend from Java

2000-06-15 Thread Jiang Wu
bove problems need to be fixed in order for TclBlend to pass most of the Tcl regression tests. -- Jiang Wu [EMAIL PROTECTED] -Original Message- From: Mo DeJong [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 15, 2000 6:45 AM To: [EMAIL PROTECTED] Subject: [Tcl Java] New patch for loading

[Tcl Java] RE: [Tcl Java] New patch for loading of TclBlend from Java

2000-06-15 Thread Mo DeJong
On Thu, 15 Jun 2000, Jiang Wu wrote: Your patch is a good start. There may be a few issues not addressed by this patch: 1. Java_tcl_lang_Interp_create() may need a separate C mutex to prevent more than one thread from creating the JVM when used in the threaded version of Tcl. I don't