Login  Register

Re: Unable to build - no native folder

Posted by hharrison on Jul 10, 2013; 3:51pm
URL: https://forum.jogamp.org/Unable-to-build-no-native-folder-tp4029544p4029554.html

Sorry for the confusion, build.xml is the old version I have kept around as I find time to extract any remaining
pieces that are useful.  build2.xml is what I actually use to build it.  Check that the paths in build2.xml are
correct for you to find the  appropriate jars, look for  "vecmath.lib", "jogl.lib" and "gluegen.lib" in that file.

ant -f build2.xml jar

Should do what you want.

Cheers,

Harvey