Ask Your Question

Revision history [back]

If you want a standalone jar file that can be imported everywhere and used, you need to include the OpenCV libraries and dll's to your sources inside your jar file. This because the location of your libraries is system specific.

During runtime, it is not finding the correct libraries in your new project. That is what generates the error I guess.