Trying to install JOGL for my Windows Eclipse installation and I'm picking up the error as described in the title.
This is what I did to try and install JOGL:
- Downloaded jogamp-all-platforms.7z
- Followed http://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL for full installation using native libraries:
- Made a new directory called jogl-2.0
- Copied the shown .dll files to jogl-2.0\lib
- Copied the shown .jar files to jogl-2.0\jar
- Copied the shown .zip files to jogl-2.0\src
- In Eclipse, went to Build Path => Add Libraries... => User Library
- Created a new user library, set it to system library
- Add the jars from External JARs
- Add the dlls by specifying the libraries for each JAR
- Add javadocs from URLs
- Add sources from .zips
Yet it still reckons I haven't added the libraries in to complete the installation. I also added jogl-2.0\lib to my %PATH%, but that also did nothing.