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 Juergen Kreileder
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

RE: how to enable green threads

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

Re: how to enable green threads

2002-06-07 Thread shudo
> 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

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"

Re: how to enable green threads

2002-06-06 Thread Wilhelm *Rafial* Fitzpatrick
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 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