Login  Register

Re: JOGL Java 10 modularization

Posted by kaisevoj on Jul 11, 2018; 7:35pm
URL: https://forum.jogamp.org/JOGL-Java-10-modularization-tp4038983p4039010.html

I managed to get working case of two modularized projects where one is dependency of the other, while both have third party dependencies (modular and non-modular).

Eclipse was able to generate working module-info.java files for existing projects (add export for all packages, add requires for all necessary modules).