: 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
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
the jvm.cfg file
lists
-client
-server
-classic
... does that mean this one doesnt understand green ?
what version of the jre should i get to get green threads to work ok ?
bruno
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: vrijdag 7 juni 2002 10:58
To: [EM
> when i run the java command with option '-green' it gives this error:
>
> Green threads support not available
> Could not create the Java virtual machine.
HotSpot Server and Client VM need native threads. They cannot work
with green threads. So, you have to choose Classic VM if you want to
us
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"
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"
>export JAVA_COMPILER=NONE
>export THREADS_FLAG=green
>export THREADS_TYPE=green_threads
>
>is in my bash
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