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 appropriate
variables are set.

-Christopher
--------

    
    Hi,
    
    There's a very nice document about starting 
    JVM with different stack and memory options
    by setting the tclblend_init variable when using TclBlend with JDK2.
    
    But what about if one is using TclBlend(1.2.4) with JDK1.1 (1.1.7/HPUX)?
    How do I start the JVM with options, eg.  -ss4m -ms12m -mx64m?
    
    Thanks
    
    Way

--------

----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
A list archive is at: http://www.findmail.com/listsaver/tcldallas/

Reply via email to