Re: Error building JOGL with Java 7
Posted by John Heminghous on Aug 24, 2011; 8:59pm
URL: https://forum.jogamp.org/Error-building-JOGL-with-Java-7-tp3217275p3282136.html
I was able to complete the build and unit test successfully by applying the previously suggested changes to build-nativewindow.xml and by changing the classpath of build-newt.xml:561 from "${gluegen-rt.jar}:${classes}" to "${gluegen-rt.jar}:${classes}:${build}/nativewindow/classes"