What is the HotSpot VM ?
Where can i download it ?
Does it work on i686 ?

at this time, i've download the sun j2sdk 1.4.1 ( i586 ) and
when i launch : java -native
I get :
Error: native VM not supported

> HotSpot VM supports only native threads and the Classic VM supports native
> and green threads.
>
> To force it to use either native or green threads you can do:
>
> java -native mypkg.MyClass
> javac -native MyClass.java
>
> or if you use classic VM
>
> java -green mypkg.MyClass
> javac -green MyClass.java
>
> -----Original Message-----
> From: John Corrigan [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 30, 2003 2:22 PM
> To: Tomcat Users List; [EMAIL PROTECTED]
> Subject: RE: Tomcat 4 and native threads
>
>
> Doesn't the thread model depend on the JVM?
>
>
> -----Original Message-----
> From: Michenaud Laurent [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 30, 2003 12:19 PM
> To: [EMAIL PROTECTED]
> Subject: Tomcat 4 and native threads
>
>
> Hi,
>
> Tomcat 4 is using green threads, am i wrong ?
>
> how can i make it working with native threads ?
>
> thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to