I read about xuggle library
I am trying to let xuggle library work as a single jar file without any external use of any dll files or environmental variables
I read all errors that was in installing xuggler and tried all and the same exception is still shown
Could not load library: xuggle-xuggler; version: 5;
I also tried using xuggler in maven and also same error
<dependency>
<groupId>org.boofcv</groupId>
<artifactId>xuggler</artifactId>
<version>0.16</version>
</dependency>
Caused by: java.lang.UnsatisfiedLinkError: no xuggle-xuggler in java.library.path
Some questions and answers i followed and no result found
ERROR com.xuggle.ferry.JNILibraryLoader - Could not load library: xuggle-xuggler; version: 3; Xuggle and java library path How do I have to install/configure Xuggle to not get an UnsatisfiedLinkError? Could not load library: xuggle; version: 5; Using POM