It happens to me quite often when I'm building a JOGL application. The program will require the JOGL dlls & JOGL jar files which can be found on my CLASSPATH & in the NetBeans libraries. But when I clean & build my app I'll get the following message.
Not copying the libraries.
This is because NetBeans will only copy jar files to the lib folder that your app depends on. If you try & copy any .dll, .so or .class files they won't get copied. You can find more information about this 'feature' at the following links, here, here & here.
No comments:
Post a Comment