Login  Register

Re: Ubuntu 12.04 Jogl 2.0 installation from the command line

Posted by gouessej on Nov 20, 2012; 2:03pm
URL: https://forum.jogamp.org/Ubuntu-12-04-Jogl-2-0-installation-from-the-command-line-tp4027073p4027076.html

You can 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 YourDemo.java
java -cp jar/jogl-all.jar:jar/gluegen-rt.jar:. YourDemo.java
Julien Gouesse | Personal blog | Website