Re: Error building JOGL with Java 7
Posted by Qu0ll on Aug 18, 2011; 11:35pm
URL: https://forum.jogamp.org/Error-building-JOGL-with-Java-7-tp3217275p3266608.html
OK, having just checked out the latest source a few moments ago, I am now getting a different error when I try to build with Java 7 and it appears to be a similar javah related problem:
c.configure:
c.build.newt.prepare:
[javah] Error: Class javax.media.nativewindow.NativeWindow could not be found.
BUILD FAILED
D:\JOGL\jogl\make\build.xml:77: The following error occurred while executing this line:
D:\JOGL\jogl\make\build-newt.xml:561: compilation failed
This happens right near the end of the build.
Any ideas how to work around this one?