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

JavaFX NullPointerException can't call SystemProperties.setVersions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: P4 P4
    • None
    • 8u60
    • javafx

      FULL PRODUCT VERSION :


      A DESCRIPTION OF THE PROBLEM :
      Always when I want to start a new created javafx program i get this error:


      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      Create in e(fx)clipse a new javaFX project

      Run it.

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      That a window would appear ;)
      ACTUAL -
      I only get this error log! Nothing else!

      ERROR MESSAGES/STACK TRACES THAT OCCUR :
      Thread [main] (Suspended (exception NullPointerException))
      SystemProperties.setVersions() line: not available
      SystemProperties.lambda$static$28() line: not available
      762152757.run() line: not available
      AccessController.doPrivileged(PrivilegedAction<T>) line: not available [native method]
      SystemProperties.<clinit>() line: not available
      LauncherImpl.startToolkit() line: not available
      LauncherImpl.launchApplicationWithArgs(String, String, String[]) line: not available
      LauncherImpl.launchApplication(String, String, String[]) line: not available
      NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]
      NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available
      DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
      Method.invoke(Object, Object...) line: not available
      LauncherHelper$FXHelper.main(String...) line: not available


      REPRODUCIBILITY :
      This bug can be reproduced always.

      SUPPORT :
      YES

            kcr Kevin Rushforth
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: