Waes Bruno <[EMAIL PROTECTED]> writes:

> how do i enable green threads ?  and how do i check if a java app is
> running with green threads or not ?
> 
> 
> export PATH="$PATH:/opt/j2re1.3.1/bin"
> export JAVA_COMPILER=NONE
> export THREADS_FLAG=green
> export THREADS_TYPE=green_threads
> 
> is in my bashrc file
> 
> but i dont think it runs with green threads yet.
> 
> can anyone help me or point me to any information about this ?

With our VM you can use one of these:

 * "java -green"

 * set THREADS_FLAG=green and use "java -classic"

 * make "-classic" the first entry in jvm.cfg, set THREADS_FLAG=green
   and simply use "java"

 

        Juergen

-- 
Juergen Kreileder, Blackdown Java-Linux Team
http://www.blackdown.org/java-linux.html
Run Java 2 SE v1.3.1 on your iPAQ:
http://www.handhelds.org/pipermail/ipaq/2001-June/007221.html


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to