Login  Register

Re: Ubuntu 12.04 Jogl 2.0 installation from the command line

Posted by gouessej on Nov 21, 2012; 10:33am
URL: https://forum.jogamp.org/Ubuntu-12-04-Jogl-2-0-installation-from-the-command-line-tp4027073p4027142.html

Copy this example into the file JoglExample.java.

Then do:
wget http://jogamp.org/deployment/v2.0-rc11/archive/jogamp-all-platforms.7z
7z x http://jogamp.org/deployment/v2.0-rc11/archive/jogamp-all-platforms.7z
javac -cp jar/jogl-all.jar:jar/gluegen-rt.jar JoglExample.java
java -cp jar/jogl-all.jar:jar/gluegen-rt.jar:. JoglExample
Julien Gouesse | Personal blog | Website