native VM not supported for 1.4.2 on Linux

O

Oz Levanon

Hi, I'm trying to run java using native threads on Linux (Redhat 9
with java 1.4.2) and I get the following message:
Error: native VM not supported

Does anyone know what I'm doing wrong?
10x, Oz.
 
G

Gordon Beaton

Hi, I'm trying to run java using native threads on Linux (Redhat 9
with java 1.4.2) and I get the following message: Error: native VM
not supported

Does anyone know what I'm doing wrong?
10x, Oz.

What do these commands report?

which java
type -a java

/gordon
 
J

Juergen Kreileder

Oz Levanon said:
Hi, I'm trying to run java using native threads on Linux (Redhat 9
with java 1.4.2) and I get the following message:
Error: native VM not supported

The old "classic native threads" VM is no longer available in
Sun/Blackdown 1.4.2. 1.4.2 always uses the newer HotSpot VM, which is
a "native threads" VM too, ie. you don't need the "-native" flag.


Juergen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top