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

typo in j2se/src/share/classes/sun/tools/javap/JavapEnvironment.java

XMLWordPrintable

    • generic
    • solaris_8

      Date: Fri, 12 Mar 2004 18:46:46 -0500
      From: <###@###.###>
      Subject: bug in JavapEnvironment.java
      To: ###@###.###

      ... I believe in:

         j2se/src/share/classes/sun/tools/javap/JavapEnvironment.java

      in the 1.5 beta2 sources, line 152:

      if(("application.home") == null){

      should doesn't make sense and should probably read:

      if(System.getProperty("application.home") != null){

            jjg Jonathan Gibbons
            gafter Neal Gafter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: