I downloaded the packages joal-1.1.0-b04-bin-linux.zip and jogl-1.1.0-b04-bin-linux.zip and jutils-1.1.0-b04-bin.zip and jinput-1.1.0-b04-bin-linux.zip … but where do i put the classes folders ?? in the directory that i put my work in ?? or in one of the folders of the system folders ??
i am using Debian Linux …
This might help you … scroll a few lines down.
https://jogl.dev.java.net/nonav/source/browse/*checkout*/jogl/doc/userguide/index.html?rev=HEAD&content-type=text/html
this user guide talk about windows … what about linux ?
The users guide also takes other operating systems into account, when the procedure differs. Basically download and expand the needed jars and native files to a directory of your choice (so don’t put them into any system drectory) and either adjust the CLASSPATH and LD_LIBRARY_PATH accordingly or start the java compiler and vm with the appropriate -cp/-classpath and -Djava.library.path commandline options:http://www.java-gaming.org/index.php/topic,1474.msg144319.html#msg144319
That installation guide has a specific section for Linux about 10% of the page down…here is the excerpt itself:
This is what I put in my Linux ~/.bashrc file so you may want to try it:
You’ll have to source the bashrc file when done or open a new xterm.