Rasbian, java and gstreamer -
I have to generate a jar with my eclipse on the mac, and it has to be used on raspberry pi (with raspben)
I use webcam-capture to take a snapshot with the USB webcam, with Driver-Gistemar But, after all the installation of Raspberry, when I launch a jar, I have an error. Exception in thread menu: java.lang.UnsatisfiedLinkError: Unable to load library 'gstreamer-0.10': the original library (linux-arm / libgstreamer-0.10.so) was not found in the resource path ( [File: /home/pi/Desktop/test.jar]) com.sun.jna.NativeLibrary.loadLibrary (NativeLibrary.javaociety71) com.sun.jna.NativeLibrary.getInstance at com.sun.jna.Library. And lt; Init & gt; (Library.java147) at com.sun.jna.Native.loadLibrary (org.gstreamer.lowlevel.GstNative.load (GstNative) at org.gstreamer.lowlevel.GNative.loadLibrary (GNative.java:45) org. Gstreamer.lowlevel.GNative.loadNativeLibrary (at GNative.javaHTML) .java: 42) at org.gstreamer.lowlevel.GstNative.load (GstNative.java39) org.gstreamer.Gst. On & lt; Clinit & gt; (Gst.java59) at com.github.sarxos.webcam.ds.gstreamer.GstreamerDriver.init (GStreamerDriver.java:90) com.github.sarxos.webcam.ds.gstreamer.GstreamerDriver. & Lt; Init & g
gstreamer-0.10 is installed,
with
> Sudo apt-get install gstreamer- 0.10
How can I launch a jar file with native library? And where can I find this? This is a stupid question, but I do not really understand how it should work.
Thanks for reading and sorry for my bad english.
Comments
Post a Comment