[Tcl Java] RE: [Tcl Java] RE: [Tcl Java] Tcl Blend vs JACL

2000-05-24 Thread Jiang Wu
Here is the patch with the description of the problems solved in the patch. Without the patch, my Java program causes an access violation when loading TclBlend. -- Jiang Wu [EMAIL PROTECTED] -Original Message- From: Jiang Wu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 3:

[Tcl Java] RE: [Tcl Java] RE: [Tcl Java] Tcl Blend vs JACL

2000-05-24 Thread Mo DeJong
> Hmm, this patch wouldn't happen to fix the following odd error I'm currently > chasing (below), would it? > > Exception in thread "main" java.lang.NullPointerException > at tcl.lang.Interp.create(Native Method) > at tcl.lang.Interp.(Interp.java:130) > at scriptmanager.Sc

[Tcl Java] RE: [Tcl Java] RE: [Tcl Java] Tcl Blend vs JACL

2000-05-24 Thread W. John Guineau
Wow, same day response, and no noise! (oops ;) Great email list. > -Original Message- > From: Mo DeJong [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 24, 2000 5:13 PM > To: W. John Guineau > Cc: Jiang Wu; [EMAIL PROTECTED] > Subject: Re: [Tcl Java] RE: [Tcl Java] Tcl Blend vs JACL > >

[Tcl Java] Re: [Tcl Java] RE: [Tcl Java] Tcl Blend vs JACL

2000-05-24 Thread Mo DeJong
There are a bunch of posts on this Jacl vs Tcl Blend thread so I will try to respond to points from each. W. John Guineau Wrote: > We have a medium sized system (~250K lines of C++ and Java) that > we want to graft Tcl scripting into. > > The place where we would integrate scripting is all Jav