Re: JOGL 2.3.3 state of progress
Posted by
gouessej on
Mar 10, 2019; 6:16pm
URL: https://forum.jogamp.org/JOGL-2-3-3-state-of-progress-tp4039264p4039595.html
Ok I've just tried Wade's stuff fixing JogAmp with Java 11:
git clone --recurse-submodules --single-branch --branch java-11-fixes
https://github.com/WadeWalker/gluegen.git gluegen
It requires at least Ant 1.9.8 (I use Ant 1.10.5), otherwise you'll get this error message:
javac doesn't support the "nativeheaderdir" attribute
NativeTaglet doesn't compile because it extended com.sun.tools.doclets.Taglet (which works with Java 8 but not with Java 11) and it extends now jdk.javadoc.doclet.Taglet (which works with Java 11 but not with Java 8).