Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4138339

JDK1.2beta4E doesn't work properly with command line args order

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P2 P2
    • None
    • 1.2.0
    • hotspot
    • sparc
    • solaris_2.5



      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

      ======================================================================

            apalanissunw Anand Palaniswamy (Inactive)
            akuzminorcl Alexander Kuzmin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: