tuxmartin

JavaFX JDK

Jun 1st, 2014
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. martin@martin:/tmp$ ./openjdk_1.8.0-internal-root_2014_06_02_00_44-b00/linux-x86-normal-server-release/images/j2sdk-image/bin/java -jar jfx.jar
  2. Exception in thread "main" java.lang.reflect.InvocationTargetException
  3. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  4. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  6. at java.lang.reflect.Method.invoke(Method.java:483)
  7. at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
  8. Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: Invalid URL for class: jar:rsrc:jfxrt.jar!/com/sun/glass/utils/NativeLibLoader.class
  9. at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:284)
  10. at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:127)
  11. at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:163)
  12. at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
  13. at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
  14. at java.lang.Thread.run(Thread.java:744)
  15. Caused by: java.lang.UnsatisfiedLinkError: Invalid URL for class: jar:rsrc:jfxrt.jar!/com/sun/glass/utils/NativeLibLoader.class
  16. at com.sun.glass.utils.NativeLibLoader.loadLibraryFullPath(NativeLibLoader.java:145)
  17. at com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:88)
  18. at com.sun.glass.utils.NativeLibLoader.loadLibrary(NativeLibLoader.java:31)
  19. at com.sun.glass.ui.Application.loadNativeLibrary(Application.java:74)
  20. at com.sun.glass.ui.Application.loadNativeLibrary(Application.java:81)
  21. at com.sun.glass.ui.gtk.GtkPlatformFactory$1.run(GtkPlatformFactory.java:28)
  22. at com.sun.glass.ui.gtk.GtkPlatformFactory$1.run(GtkPlatformFactory.java:25)
  23. at java.security.AccessController.doPrivileged(Native Method)
  24. at com.sun.glass.ui.gtk.GtkPlatformFactory.<clinit>(GtkPlatformFactory.java:25)
  25. at java.lang.Class.forName0(Native Method)
  26. at java.lang.Class.forName(Class.java:259)
  27. at com.sun.glass.ui.PlatformFactory.getPlatformFactory(PlatformFactory.java:20)
  28. at com.sun.glass.ui.Application.Run(Application.java:104)
  29. at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:274)
  30. ... 5 more
  31. martin@martin:/tmp$
Advertisement
Add Comment
Please, Sign In to add comment