Nullpointer exception

XMLWordPrintable

    • Type: Bug
    • Resolution: Incomplete
    • Priority: P4
    • 8u20
    • Affects Version/s: 8u20
    • Component/s: javafx
    • None

      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();
              

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

              Created:
              Updated:
              Resolved:
              Imported: