Login  Register

Re: Maven resolution of native dependencies - minor issue

Posted by gouessej on Aug 24, 2014; 9:48am
URL: https://forum.jogamp.org/Maven-resolution-of-native-dependencies-minor-issue-tp4032907p4032912.html

You probably did something wrong. I use Maven with JogAmp's Ardor3D Continuation and Ardor3D for several years with Maven both under GNU Linux and sometimes under Windows and I have no file to copy. Please have a look at those pom files:
https://github.com/gouessej/Ardor3D/blob/master/pom.xml
https://github.com/gouessej/Ardor3D/blob/master/ardor3d-jogl/pom.xml

Edit.: If Netbeans copies the JARs of your classpath into another location without copying the JARs containing the native libraries, it won't work. You should force Netbeans not to copy or move these files.
Julien Gouesse | Personal blog | Website