[Tcl Java] Re: startup options + JDK1.1

1999-08-30 Thread Moses DeJong
You should be able to add -DTCLBLEND_INCREASE_STACK_SIZE to the Tcl Blend makefile's CFLAGS before you compile. That will use the default size * 4 for the stack size. I have not tested it but it should work. later mo On Mon, 30 Aug 1999, Christopher Hylands wrote: > JDK1.1 does not have a simpl

[Tcl Java] Re: startup options + JDK1.1

1999-08-30 Thread Christopher Hylands
JDK1.1 does not have a simple way of modifying the jvm options. You would have to modify src/native/javaCmd.c There are two different versions of JavaGetEnv(), one for JDK1.2, one for JDK1.1. You could either hardwire in your settings, or add some sort of parsing of tclblend_init so that the a