java.lang.UnsatisfiedLinkError: Can't obtain updateLastError method for class com.sun.jna.Native
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 Google Groups by Jedidiah Johnson, 1 year ago
via GitHub by blavenie
, 1 year agovia linksprite.com by Unknown author, 2 years ago
via Stack Overflow by user2418856
, 2 years agovia linksprite.com by Unknown author, 1 year ago
java.lang.UnsatisfiedLinkError: Can't obtain updateLastError method for class com.sun.jna.Native
at com.sun.jna.Native.initIDs(Native Method)
at com.sun.jna.Native.
(Native.java:139) at org.gstreamer.lowlevel.GNative.loadNativeLibrary(GNative.java:48)
at org.gstreamer.lowlevel.GNative.loadLibrary(GNative.java:45)
at org.gstreamer.lowlevel.GstNative.load(GstNative.java:42)
at org.gstreamer.lowlevel.GstNative.load(GstNative.java:39)
at org.gstreamer.Gst.
(Gst.java:59) at river.soft.main.Cam.screen(Cam.java:31)
at river.soft.main.GUI.buildGUI(GUI.java:32)
at river.soft.main.SayCheese.main(SayCheese.java:25)