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

JDK build JDK-1.2beta3-E does not work with non-initialized properties

XMLWordPrintable

    • 1.2beta3
    • sparc
    • solaris_2.6
    • Verified



      Name: akC57697 Date: 02/02/98



      JDK build JDK-1.2beta3-E (D) does not work with non-initialized properties.

      Output:
      (novo35 211): java -fullversion
      java full version "JDK-1.2beta3-E"
      (novo35 212): java -Dnon_initialized_property test
      Failed to create the Java Virtual Machine. <---- !!!



      It works with previous versions: jdk1.1.5,jdk1.1.6,jdk1.2beta2

      Output of last jdk1.2beta2 build:

      (novo35 214): /usr/local/java/jdk1.2beta2/solaris/bin/java -fullversion
      java full version "JDK-1.2beta2-Z"
      (novo35 215): /usr/local/java/jdk1.2beta2/solaris/bin/java -Dnon_initialized_property test
      Hello world !

      -------------------- That example -----------------------
      public class test {
          public static void main(String s[]) {
            System.out.println("Hello world !");
          }
      }
      ----------------------------------------------------

      Localization:C

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

            sliangsunw Sheng Liang (Inactive)
            akuzminorcl Alexander Kuzmin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: