Re: Java17 compatibility error ??
Posted by
gouessej on
Oct 04, 2024; 8:18am
URL: https://forum.jogamp.org/Java17-compatibility-error-tp4043006p4043543.html
Hello
As far as I can tell, Eclipse seems to generate the command line by placing the arguments in the wrong order, it doesn't mean that Eclipse has a bug but maybe there's something wrong in your project. You can probably reproduce your problem in command line by inverting the main class and the --add-opens clause. How do you specify the main class?
P.S: Please indicate how you fill the "Main" and the "Arguments" tabs.