-
Bug
-
Resolution: Not an Issue
-
P2
-
fx2.0
-
Win7 64bits, netbeans 7 and JFX JDK 2.0 Beta.
when try to run a new JavaFX project in Netbeans 7 I had this error:
Error: failed to msvcr100.dll java.lang.UnsatisfiedLinkError: Can't load library: C:\javafx-sdk2.0-beta\rt\bin\msvcr100.dll
*** Fallback to Prism SW pipeline
java.lang.UnsatisfiedLinkError: Can't load library: C:\javafx-sdk2.0-beta\rt\bin\mat.dll
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1705)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1004)
at com.sun.glass.utils.NativeLibLoader.loadLibraryFullPath(NativeLibLoader.java:146)
at com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:85)
at com.sun.glass.utils.NativeLibLoader.loadLibrary(NativeLibLoader.java:30)
at com.sun.glass.ui.Platform$1.run(Platform.java:33)
at com.sun.glass.ui.Platform.DeterminePlatform(Platform.java:38)
at com.sun.glass.ui.PlatformFactory.getPlatformFactory(PlatformFactory.java:19)
at com.sun.glass.ui.Application.Run(Application.java:34)
at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:233)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:36)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:64)
at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:16)
at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:43)
at java.lang.Thread.run(Thread.java:662)
If I Build application and run the .jar file runs ok.
Error: failed to msvcr100.dll java.lang.UnsatisfiedLinkError: Can't load library: C:\javafx-sdk2.0-beta\rt\bin\msvcr100.dll
*** Fallback to Prism SW pipeline
java.lang.UnsatisfiedLinkError: Can't load library: C:\javafx-sdk2.0-beta\rt\bin\mat.dll
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1705)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1004)
at com.sun.glass.utils.NativeLibLoader.loadLibraryFullPath(NativeLibLoader.java:146)
at com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:85)
at com.sun.glass.utils.NativeLibLoader.loadLibrary(NativeLibLoader.java:30)
at com.sun.glass.ui.Platform$1.run(Platform.java:33)
at com.sun.glass.ui.Platform.DeterminePlatform(Platform.java:38)
at com.sun.glass.ui.PlatformFactory.getPlatformFactory(PlatformFactory.java:19)
at com.sun.glass.ui.Application.Run(Application.java:34)
at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:233)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:36)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:64)
at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:16)
at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:43)
at java.lang.Thread.run(Thread.java:662)
If I Build application and run the .jar file runs ok.
- duplicates
-
JDK-8113446 CLONE - Netbeans JavaFX project run Fails for AMD 64-bit platform
- Closed
-
JDK-8112809 Starting a new project, accepting the default layout template, with absolutely no new code added.
- Closed
-
JDK-8103907 Related to issue for RT-13815
- Closed
- relates to
-
JDK-8111951 Windows 32bit and 64bit version of SDK does not work together
- Closed