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

Netbeans: JavaFX project run fails with 64-bit JDK

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P2 P2
    • fx2.0
    • fx2.0
    • javafx
    • 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.

            psomol Petr Somol (Inactive)
            jlopesjfx Jean Paul Lopes (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: