Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Java Maven Deployment

Hi,

I would like to deploy my javafx project with all dependencies, so that the client do not need to install any library on his own like opencv etc. I'm using maven as my build tool which references all needed 3rd party libraries. To include opencv via maven, I installed opencv (the jar and the dll file) to my local maven repo. To build an executable jar, the program starts but breaks when I try to load the opencv library.

Can someone please provide a full example on how to deploy a java project by maven with opencv included? As there are differences in loading dll files, it would help a lot to point that section out, too.