Yes I forgot to add the jogl jar files in the project. I downloaded the JOGL files resp. jogamp-all-platforms.7z Following this install description for Win 64bit I need at least the following 4 files:
- gluegen-rt.jar
- jogl-all.jar
- gluegen-rt-natives-windows-amd64.jar
- jogl-all-natives-windows-amd64.jar
I put these files into a folder in my project folder and try to set the dependency to it following these [instructions for intelliJ] (Ecllipse, Netbeans are described there as well)(https://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE). But the jar files don´t show up under external libraries resp. seem to be not identified as valid classes. Hm…