Name: akC57697 Date: 05/14/98
JDK1.2beta4E java doesn't recognize command line args -native or -green
properly.
Examples:
1.
java -verbose -green Test
Unrecognized option: -green
Could not create the Java virtual machine.
2.
java -green -verbose Test
<works>
3.
java -Djava.compiler=NONE -native Test
Unrecognized option: -native
Could not create the Java virtual machine
4.
java -green -Djava.compiler=NONE Test
<works>
5.java -Xrs -green Test
Unrecognized option: -green
Could not create the Java virtual machine
======================================================================
- relates to
-
JDK-4138321 JDK1.2beta4E crashes with unpatched Solaris 2.5.1 with native threads
- Closed
-
JDK-4138306 JDK1.2beta4E doesn't work with Solaris 2.5 and 2.4
- Closed