java.lang.UnsatisfiedLinkError: Unable to load library 'eyeCam64': Native library (win32-x86-64/eyeCam64.dll) not found in resource path (...)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by phrack
, 1 year agovia GitHub by ifly53e
, 1 year agovia Google Groups by Crt Tsai, 9 months ago
via GitHub by ifly53e
, 1 year agovia Stack Overflow by ugo
, 2 weeks agovia Stack Overflow by Tomáš Zato
, 2 years agojava.lang.UnsatisfiedLinkError: Unable to load library 'eyeCam64': Native library (win32-x86-64/eyeCam64.dll) not found in resource path (...)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:277)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:403)
at com.sun.jna.Library$Handler.
(Library.java:147) at com.sun.jna.Native.loadLibrary(Native.java:502)
at com.sun.jna.Native.loadLibrary(Native.java:481)
at com.shootoff.camera.cameratypes.PS3EyeCamera.init(PS3EyeCamera.java:120)
at com.shootoff.Main.start(Main.java:692)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
at java.lang.Thread.run(Unknown Source)