Posted by myr | Posted in Bedroom | Posted on 11-11-2009
HOW-TO USE JOGL IN YOUR PROJECT IN ECLIPSE
Download source, documentation and binaries from https://jogl.dev.java.net/servlets/ProjectDocumentList?folderID=11509&expandFolder=11509&folderID=11508
create a folder to include them all.
in eclipse:
you have to right-click on your project->build path->configure build path->add library->user library->new
call this new user library as you like and click ‘add jars’. Then add gluegen-rt.jar and jogl.jar. Under those jars both, add the path for their source code, documentation and, really important, “native source” (the path as native source is yourJoglFolder/lib).


