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

On some of the Win machines Glass does not start

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 8
    • javafx
    • None
    • FX8 b97, Windows 7 x64

      FX does not start on some of the machines with the log below:

      Exception in thread "main" java.lang.reflect.InvocationTargetException
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
              at java.lang.reflect.Method.invoke(Method.java:491)
              at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:778)
      Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jdk1.8.0\jre\bin\glass.dll: Can't find dependent libraries
              at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:403)
              at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:183)
              at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:637)
              at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:345)
              at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:304)
              ... 5 more
      Caused by: java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jdk1.8.0\jre\bin\glass.dll: Can't find dependent libraries
              at java.lang.ClassLoader$NativeLibrary.load(Native Method)
              at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1909)
              at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1794)
              at java.lang.Runtime.load0(Runtime.java:809)
              at java.lang.System.load(System.java:1078)
              at com.sun.glass.utils.NativeLibLoader.loadLibraryFullPath(NativeLibLoader.java:203)
              at com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:96)
              at com.sun.glass.utils.NativeLibLoader.loadLibrary(NativeLibLoader.java:39)
              at com.sun.glass.ui.Application.loadNativeLibrary(Application.java:110)
              at com.sun.glass.ui.Application.loadNativeLibrary(Application.java:118)
              at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:39)
              at com.sun.glass.ui.win.WinApplication$1.run(WinApplication.java:56)
              at com.sun.glass.ui.win.WinApplication$1.run(WinApplication.java:46)
              at java.security.AccessController.doPrivileged(Native Method)
              at com.sun.glass.ui.win.WinApplication.<clinit>(WinApplication.java:46)
              at com.sun.glass.ui.win.WinPlatformFactory.createApplication(WinPlatformFactory.java:57)
              at com.sun.glass.ui.win.WinPlatformFactory.createApplication(WinPlatformFactory.java:54)
              at com.sun.glass.ui.Application.run(Application.java:144)
              at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:388)
              ... 9 more


      It does start on some other machines. So far we do not know the cause.

            art Artem Ananiev (Inactive)
            mkondrat Mikhail Kondratyev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: