[Tcl Java] Re: [Tcl Java] running jacl in an applet

1999-11-24 Thread Moses DeJong
There are "some problems" running Jacl as an applet, but I do not think that using Tcl Blend inside the plug-in works at all. I could be wrong about that, but I do not know of anyone that is using Tcl Blend in the plug-in. By the way, these "problems" running Jacl in an applet are not fixable beca

[Tcl Java] Plans for Jacl 1.3?

1999-11-24 Thread Randolph S. Kahle
Moses, What are the plans for Jacl 1.3? I am in the process of integrating Jacl into an application framework and I want to know what you think the possible feature additions release dates are for 1.3 so I can plan accordingly. Regards, Randy Kahle -

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] tclblend -segmentation fault

1999-11-24 Thread Suvarna Ayyagari
Hi, Thanks for your response once agian. I did the same. I am getting a segmentation fault. Here the output on the gdb xterm Program received signal SIGSEGV, Segmentation fault. 0x0 in ?? () (gdb) bt #0 0x0 in ?? () #1 0xefb4b070 in _resetsig () #2 0xefb4a934 in _sigon () #3 0xefb4620c in _

[Tcl Java] Re: [Tcl Java] Plans for Jacl 1.3?

1999-11-24 Thread Moses DeJong
On Wed, 24 Nov 1999, Randolph S. Kahle wrote: > Moses, I can only tell you what my plans are. Things may change and the features added will depend on how many people get involved. The cvs will be updated in a couple of weeks with the first round of changes to Jacl and Tcl Blend. Here is what I c

[Tcl Java] Re: [Tcl Java] tclblend -segmentation fault

1999-11-24 Thread Moses DeJong
This is crashing inside the JVM, so this is going to be a little tricky to debug. > (gdb) bt > #0 0x0 in ?? () > #1 0xefb4b070 in _resetsig () > #2 0xefb4a934 in _sigon () > #3 0xefb4620c in _ti_cond_timedwait () > #4 0xefa17f9c in condvarTimedWait () > #5 0xefa15ddc in sysMonitorWait () >

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Plans for Jacl 1.3?

1999-11-24 Thread Randolph S. Kahle
Moses, Thanks for the reply. I am intrigued by one new feature you mention: Work on ability to load Tclblend from inside Java (TclBlend) One reason I am using Jacl and not even looking at (the supported!) TclBlend is that Jacl is pure Java. If this feature is added to TclBlend will that chang

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Plans for Jacl 1.3?

1999-11-24 Thread Moses DeJong
See http://www.itl.nist.gov/div897/ctg/java/feather for more information about the enhancements Alden Dima has agreed to add to Tcl Blend 1.3. As for which one to use, that is really up to you. Both Jacl and Tcl Blend have ups and downs. later Mo On Wed, 24 Nov 1999, Randolph S. Kahle wrote: >

[Tcl Java] Poll : Java Scripting Languages

1999-11-24 Thread Laurent Demailly
Make it support several scripting languages, but please add Jacl (Tcl/Java) to the list (my vote) see http://www.scriptics.com/products/java/ (about the survey on http://www.netbeans.com/ -- Laurent Demailly [EMAIL PROTECTED] Senior Software Engineer 650 685 0300 x118 --

[Tcl Java] RE: [Tcl Java] running jacl in an applet

1999-11-24 Thread Thomas McKay
Specifically, what are the problems? With the Java2 plugin and the new finer granularity of security via the policy mechanism, at first glance it appears that the problem reading init.tcl is correctable. Any thoughts on this? I am a complete novice in the area of writing applets and security is

[Tcl Java] RE: [Tcl Java] running jacl in an applet

1999-11-24 Thread Moses DeJong
On Wed, 24 Nov 1999, Thomas McKay wrote: FAQ #13 focuses on this issue. http://www.scriptics.com/faq/java.html#Q13 > Specifically, what are the problems? I have not used the Java2 plug in at all. I tried to use Jacl in an applet a long time ago, but the netscape Java VM was just too buggy. You