RE: how to enable green threads

2002-06-07 Thread Waes Bruno
: Juergen Kreileder [mailto:[EMAIL PROTECTED]] Sent: vrijdag 7 juni 2002 14:22 To: Waes Bruno Cc: '[EMAIL PROTECTED]' Subject: Re: how to enable green threads Waes Bruno <[EMAIL PROTECTED]> writes: > how do i enable green threads ? and how do i check if a java app is > running

RE: how to enable green threads

2002-06-07 Thread Waes Bruno
# Interpret THREADS_FLAG environment variable, if set. DEFAULT_THREADS_FLAG=native if [ "${THREADS_FLAG}" = green -o "${THREADS_FLAG}" = native ]; then THREADS_TYPE="${THREADS_FLAG}_threads" elif [ "x${THREADS_FLAG}" = x ]; then THREADS_TYPE="${DEFAULT_THREADS_FLAG}_threads" else ech

RE: how to enable green threads

2002-06-07 Thread Waes Bruno
n/i386/green_threads directory ? do i have to go back to an older version of the JVM ? bruno -Original Message----- From: Waes Bruno [mailto:[EMAIL PROTECTED]] Sent: vrijdag 7 juni 2002 8:06 To: 'Wilhelm *Rafial* Fitzpatrick' Cc: '[EMAIL PROTECTED]' Subject: RE: how

RE: how to enable green threads

2002-06-06 Thread Waes Bruno
Bruno Cc: '[EMAIL PROTECTED]' Subject: Re: how to enable green threads At 4:43 PM +0200 6/6/02, Waes Bruno wrote: >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"

how to enable green threads

2002-06-06 Thread Waes Bruno
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 thread