Re: GL_ARB_vertex_buffer_object not available on Mac?
Posted by Wade Walker on Dec 21, 2018; 3:09am URL: https://forum.jogamp.org/GL-ARB-vertex-buffer-object-not-available-on-Mac-tp4039309p4039328.html
I tried building gluegen with Java 11 and got the same result as nyholku -- it fails because it's trying to explicitly include rt.jar on the bootclasspath when building with javac, but rt.jar no longer exists in Java 10 and 11.