Did you try to set the "platform.dependencies" system property to "true"?
Samuel
Hey,i am using maven to get the dependencies of JavaCv into my project. I could succesfully build a jar on windows, that runs on windows. When i try to execute the same jar on linux i get an "java.lang.UnsatisfiedLinkError: no jniopencv_core in java.library.path". I thinks that's because i only included the windows-x86_64 version of the jars (these are the only ones i can see in eclipse under "Maven Dependencies"). In threads like this or this it looks like there are versions for linux and mac, but i can't get them through maven, for example with classifiers. How can i build my project, so it runs on windows, linux and mac?Thanks, Stefan
--
---
You received this message because you are subscribed to the Google Groups "javacv" group.
To unsubscribe from this group and stop receiving emails from it, send an email to javacv+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
import static org.bytedeco.javacpp.opencv_core.*;import static org.bytedeco.javacpp.opencv_imgproc.*;import static org.bytedeco.javacpp.opencv_highgui.*;
import org.bytedeco.javacpp.opencv_core.CvRect;import org.bytedeco.javacpp.opencv_core.IplImage;import org.bytedeco.javacpp.indexer.UByteBufferIndexer;i can't test this right now, but i think it should work now. The jars for all platforms are in my exported jar included, but it has 143mb now. Is there a way to just use certain parts of OpenCv/JavaCv and exclude others? Because i don't need any of the video processing or face detection or flandmark stuff, which are still exported and take up space