Re: Setting up a Java Maven project for using JOGL
Posted by chinnaswamyg on Mar 02, 2023; 3:35pm
URL: https://forum.jogamp.org/Re-Setting-up-a-Java-Maven-project-for-using-JOGL-tp4042259p4042260.html
Hi All,
I could figure out after seeing one of Julien Gouesse's response of the same problem posted on 2019-08-16.
In the RunConfiguration of Eclipse IDE, by adding the following lines as VM arguements.
--add-exports java.base/java.lang=ALL-UNNAMED
--add-exports java.desktop/sun.awt=ALL-UNNAMED
--add-exports java.desktop/sun.java2d=ALL-UNNAMED,
it works!
Thanks and regards