Login  Register

Re: JOGL Java 10 modularization

Posted by kaisevoj on Jul 02, 2018; 9:25pm
URL: https://forum.jogamp.org/JOGL-Java-10-modularization-tp4038983p4038985.html

Well maven compiles the project just fine (bot compile and execution run with no errors as expected), and afaik it uses java compiler directly, no eclipse involved. There must be some secret setting in eclipse project.

Current version of jogl is not modular? At least eclipse claims it is not (not that it should be a problem).

It seems from all jogamp tutorials that you are using eclipse as well, do you have a minimum working example of jogl app as complete workspace perchance? I could at least try to load that and in case it works as-is on my machine, I can work my way down through all differences it nothing else.

Will try to make something of the sort tomorrow, see if I can replicate the problem on something I can share here.