changes in jogl package structure?

Posted by ac on
URL: https://forum.jogamp.org/changes-in-jogl-package-structure-tp4025430.html

Hello, I recently updated to the latest revision from the jogl master repo.

I noticed that the structure of the jogl jar files has changed at some point during the last couple of weeks. jogl.all.jar appears to be gone, while now there are a new set of jar files named jogl-awt.jar, jogl-core.jar, jogl-os-osx.jar, etc.

By adding this new jars, most of the gl dependencies are satisfied, however, I don't know what package to add in order to solve these errors:

Cannot find the class file for javax.media.nativewindow.Capabilities.
The type javax.media.nativewindow.Capabilities cannot be resolved. It is indirectly referenced from required .class files

I clean all my projects in the IDE (Eclipse), but still get the errors. The jogl-deployment page still refers to the old packages. Am I missing something?