Re: GL_ARB_vertex_buffer_object not available on Mac?
Posted by
Wade Walker on
Dec 27, 2018; 4:12pm
URL: https://forum.jogamp.org/GL-ARB-vertex-buffer-object-not-available-on-Mac-tp4039309p4039349.html
Now working on JOGL itself. The first two problems were (of course) the removal of javah in favor of javac for native header compilation, and the fact that JAVA_HOME/jre doesn't exist anymore in Java 9, so some paths need to be changed in the build (see
https://docs.oracle.com/javase/9/migrate/toc.htm#JSMIG-GUID-BC5E3EDE-C1FB-4B60-AF7D-8D4D7FE79C84).