Note that there are some explanatory texts on larger screens.

plurals
  1. PONo xuggle in java.library.path on Redhat
    primarykey
    data
    text
    <p>I have a standalone java program which uses Xuggle to do video conversion. The version of Xuggle is xuggle-xuggler-5.4.jar. I have added it to build path. </p> <p>The java program works fine on</p> <p>Fedora </p> <pre><code>Linux localhost.localdomain 3.6.10-4.fc18.x86_64 #1 SMP Tue Dec 11 18:01:27 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux </code></pre> <p>and </p> <p>Ubuntu </p> <pre><code>Linux ubuntu 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:13:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux </code></pre> <p>But when running it on Redhat </p> <pre><code>Linux localhost.localdomain 2.6.32-358.2.1.el6.x86_64 #1 SMP Wed Feb 20 12:17:37 EST 2013 x86_64 x86_64 x86_64 GNU/Linux </code></pre> <p>I encountered an error: </p> <pre><code>Exception in thread "Thread-1" java.lang.UnsatisfiedLinkError: no xuggle in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1738) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System.loadLibrary(System.java:1028) 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.&lt;clinit&gt;(FerryJNI.java:16) at com.xuggle.ferry.Ferry.&lt;clinit&gt;(Ferry.java:25) at com.xuggle.xuggler.XugglerJNI.&lt;clinit&gt;(XugglerJNI.java:19) at com.xuggle.xuggler.IContainer.&lt;clinit&gt;(IContainer.java:1622) at com.xuggle.mediatool.MediaReader.&lt;init&gt;(MediaReader.java:137) at com.xuggle.mediatool.ToolFactory.makeReader(ToolFactory.java:77) at com.hkmci.standalone.videoconversion.MediaConvertor$VideoThread.convert(MediaConvertor.java:238) at com.hkmci.standalone.videoconversion.MediaConvertor$VideoThread.run(MediaConvertor.java:351) at java.lang.Thread.run(Thread.java:662) </code></pre> <p>Is there anyone able to help me on this issue? I have studied in it for a long time, but no clues... Thanks.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload