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

Nullpointer exception

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P4
    • 8u20
    • 8u20
    • javafx
    • None

    Description

      A Nullpointer hapens always in my OSGi-Environment (Classloeader Problem) at this point:

      Class com.sun.javafx.runtime.SystemProperties

          private static void setVersions() {
              int size;
              InputStream is =
                      SystemProperties.class.getResourceAsStream(versionResourceName);
              try {
                  size = is.available();
              

      Attachments

        Activity

          People

            msladecek Martin Sládeček
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: