Re: GL_ARB_vertex_buffer_object not available on Mac?
Posted by Wade Walker on Dec 22, 2018; 4:54pm URL: https://forum.jogamp.org/GL-ARB-vertex-buffer-object-not-available-on-Mac-tp4039309p4039340.html
After fixing the --bootclasspath reference to rt.jar, the next problem is the Javadoc builder. It's using the old Taglet interface in com.sun.tools.doclets, which now in Java 9 needs to be updated to the one in jdk.javadoc.doclet (see https://openjdk.java.net/jeps/221 for more information).