: 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
# 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
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
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 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