The "how to build" web page references jogamp.com insteado jogamp.org in the url. http://jogamp.org/jogl/doc/HowToBuild.html It is crucial that you checkout the source code under a common root directory: /home/dude/projects/jogamp> git clone git://jogamp.com/srv/scm/gluegen.git gluegen /home/dude/projects/jogamp> git clone git://jogamp.com/srv/scm/jogl.git jogl Should be: It is crucial that you checkout the source code under a common root directory: /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/gluegen.git gluegen /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/jogl.git jogl
fixed in jogl/wip_mobile, commit 0d33c08d880ab035911b0af0c87e1fdf11e7ad60 will merge to master and website soon.