Can anybody explain how to export my Java project with OpenCV - 2.4.9 to single jar file? I'm just doing everything, as mentioned in this title: http://docs.opencv.org/doc/tutorials/introduction/java_eclipse/java_eclipse.html#java-eclipse I've exported my project to disk and then, when i want to run it, nothing happens... I made Export->Runnable JAR file->(Flag Package required libraries)->Finish P.S. I have read also how to make runnable jar for javaCV or openCV project from Eclipse and this How to package opencv +java in a jar
Asked
Active
Viewed 1,493 times
1 Answers
0
how to make runnable jar for javaCV or openCV project from Eclipse is a working method to create runnable jars but the problem is Opencv has to be installed in your target machine.Just including the OpenCV jar doesnt do the trick .The target system has to have the OpenCV .dll or .so file in the system.

Community
- 1
- 1

Jishnu Prathap
- 1,955
- 2
- 21
- 37