Hello there.
I have been writing java application in eclipse for some time. It creates a frame and displays some images from the webcam on it. Also it does some image processing with openCV-methods.
The application works fine in eclipse, but now i wanted to export it as a .jar file.
So i did what i always did: File > Export > Runnable JAR file. Then i selected my launch configuration (class with main method) and had to choose one of those options:
when i try to run my exported .jar now, nothing happens, no frame comes up. i have tried each of the three options above and none solved the problem.
so summary: how do i correctly export a .jar file that uses openCV?