Login  Register

Setting up JOGL in an Exclipse Project

Posted by Chinnaswamy on Nov 23, 2014; 3:15pm
URL: https://forum.jogamp.org/Setting-up-JOGL-in-an-Exclipse-Project-tp4033618.html

Hi All,
         I tried to make necessary setting-ups in a java project for using JOGL in Windows 7. After downloading the current version of JOGL archive files, I could successfully add the following in the java built-path library of eclipse.

1. Jar files ( gluegen-rt.jar and jogl-all.jar)
2. Location of Native jar files ( gluegen-rt-natives-windows-amd64.jar  and jogl-all-natives-windows-amd64 which are executable jars
3. Source zip files  

When I tried to add the javadoc zip files of both gluegen-rt and jogl-all) as External files, the dialogue box was listing no files although, the folder I selected did include both zipped files of javadocs and  a line displayed as, " No items match in your search.

May I request your advise to resolve this setting-up problem.

Thanks in advance.