[EMAIL PROTECTED] wrote:
> 
> Hello,
> I'm using JDK1.2.2 and Suze6.2.
> Can someone tell me how I can use the option "green threads" of VM instead
> "native threads"?

You can either specify it with the command that runs the JVM:

  java -green ...

or set it in the environment:

  export THREADS_FLAG=green
  java ...


Nathan


> Thank You.
> Daniel FONTAINE
> Université de Versailles Saint-QUENTIN en Yvelines
> FRANCE
> [EMAIL PROTECTED]
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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

Reply via email to