getting exception :Exception in thread "main" java.lang.UnsatisfiedLinkError: no xuggle in java.library.path
213 views
Skip to first unread message
Suraj kumar
unread,
Jul 21, 2016, 1:53:35 PM7/21/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xuggler-users
Hi,Friends i am suraj i want to do program of video streaming using the xuggler but i am getting the following errors in eclipse when i try to run the java program on window 7 platform 32 bit
-----------------------ERRORS---------------------------------------
Exception in thread "main" java.lang.UnsatisfiedLinkError: no xuggle in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at com.xuggle.ferry.JNILibraryLoader.loadLibrary0(JNILibraryLoader.java:268)
at com.xuggle.ferry.JNILibraryLoader.loadLibrary(JNILibraryLoader.java:171)
at com.xuggle.ferry.JNILibrary.load(JNILibrary.java:161)
at com.xuggle.ferry.FerryJNI.<clinit>(FerryJNI.java:16)
at com.xuggle.ferry.Ferry.<clinit>(Ferry.java:25)
at com.xuggle.xuggler.XugglerJNI.<clinit>(XugglerJNI.java:19)
at com.xuggle.xuggler.IVideoResampler.isSupported(IVideoResampler.java:361)
at DecodeAndPlayVideo.main(DecodeAndPlayVideo.java:38)