I read about library-xuggle-xuggler from Stackoverflow and I have added the below jars as
- slf4j-api-1.6.4.jar,
- commons-cli-1.1.jar,
- logback-core-1.0.0.jar,
- logback-classic-1.0.0.jar,
- xuggle-utils-1.20.688.jar,
- xuggle‑xuggler-5.2.jar
sequentially in java class path(order and export tab) as mentioned in the post. But unfortunately i am still getting exception bellow yet:
14:14:00.941 [main] ERROR com.xuggle.ferry.JNILibraryLoader - Could not load library: xuggle; version: 5; Visit http://www.xuggle.com/xuggler/faq/ to find common solutions to this problem
Exception in thread "main" java.lang.UnsatisfiedLinkError: no xuggle in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
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.JNIMemoryManager.<clinit>(JNIMemoryManager.java:871)
at com.xuggle.mediatool.MediaWriter.<clinit>(MediaWriter.java:119)
at com.xuggle.mediatool.ToolFactory.makeWriter(ToolFactory.java:149)
at com.java.concate.CallConcatenate.main(CallConcatenate.java:24)
Please help me to solve this problem. Is there any dependency for using this jars.
Ilya Yevlampiev
the best way to fix it is using Xuggler 5.4 with maven according to How do I have to install/configure Xuggle to not get an UnsatisfiedLinkError?
来源:https://stackoverflow.com/questions/21672099/exception-error-com-xuggle-ferry-jnilibraryloader-could-not-load-library-oc