Advertisement
Guest User

Untitled

a guest
Sep 30th, 2013
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /home/ilias/workspace/sg/cuttlefish-code/dist/libnativewindow_awt.so
  2. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1649)
  3. at java.lang.Runtime.load0(Runtime.java:787)
  4. at java.lang.System.load(System.java:1022)
  5. at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:468)
  6. at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.java:63)
  7. at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNILibLoaderBase.java:94)
  8. at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.java:332)
  9. at jogamp.nativewindow.NWJNILibLoader.access$000(NWJNILibLoader.java:39)
  10. at jogamp.nativewindow.NWJNILibLoader$1.run(NWJNILibLoader.java:51)
  11. at jogamp.nativewindow.NWJNILibLoader$1.run(NWJNILibLoader.java:42)
  12. at java.security.AccessController.doPrivileged(Native Method)
  13. at jogamp.nativewindow.NWJNILibLoader.loadNativeWindow(NWJNILibLoader.java:42)
  14. at jogamp.nativewindow.jawt.JAWTUtil.<clinit>(JAWTUtil.java:183)
  15. at java.lang.Class.forName0(Native Method)
  16. at java.lang.Class.forName(Class.java:266)
  17. at javax.media.nativewindow.NativeWindowFactory$3.run(NativeWindowFactory.java:323)
  18. at javax.media.nativewindow.NativeWindowFactory$3.run(NativeWindowFactory.java:320)
  19. at java.security.AccessController.doPrivileged(Native Method)
  20. at javax.media.nativewindow.NativeWindowFactory.initSingleton(NativeWindowFactory.java:320)
  21. at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1490)
  22. at javax.media.opengl.GLProfile.access$100(GLProfile.java:76)
  23. at javax.media.opengl.GLProfile$1.run(GLProfile.java:157)
  24. at java.security.AccessController.doPrivileged(Native Method)
  25. at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:123)
  26. at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:2008)
  27. at javax.media.opengl.GLProfile.get(GLProfile.java:863)
  28. at javax.media.opengl.GLProfile.get(GLProfile.java:879)
  29. at ch.ethz.sg.cuttlefish.gui.visualization.NetworkRenderer.getCaps(Unknown Source)
  30. at ch.ethz.sg.cuttlefish.gui.visualization.NetworkRenderer.<init>(Unknown Source)
  31. at ch.ethz.sg.cuttlefish.gui.NetworkPanel.initialize(Unknown Source)
  32. at ch.ethz.sg.cuttlefish.gui.NetworkPanel.<init>(Unknown Source)
  33. at ch.ethz.sg.cuttlefish.gui.Cuttlefish.getNetworkPanel(Unknown Source)
  34. at ch.ethz.sg.cuttlefish.gui.Cuttlefish.getMainMenu(Unknown Source)
  35. at ch.ethz.sg.cuttlefish.gui.Cuttlefish.initialize(Unknown Source)
  36. at ch.ethz.sg.cuttlefish.gui.Cuttlefish.<init>(Unknown Source)
  37. at ch.ethz.sg.cuttlefish.Cuttlefish.startGui(Unknown Source)
  38. at ch.ethz.sg.cuttlefish.Cuttlefish.main(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement