Re: Maven resolution of native dependencies - minor issue
Posted by Brendan on Aug 24, 2014; 5:39am
URL: https://forum.jogamp.org/Maven-resolution-of-native-dependencies-minor-issue-tp4032907p4032909.html
Are you working on Windows?
I doubt it's permissions, it's Windows 7 Home with no special security setup.
During the project build, the DLLs are not copied into the project folder anyway by Maven.
It appears that JOGL is specifically looking for the DLLs in the project's root folder. What logic goes into this? Are there other search paths?