Re: Java3D+Javafx doesn't work on Java 14
Posted by
runiter on
Jun 11, 2020; 11:46am
URL: https://forum.jogamp.org/Java3D-Javafx-doesn-t-work-on-Java-14-tp4040679p4040697.html
I'm not sure either, but in this stackoverflow post:
https://stackoverflow.com/questions/46741907/what-is-an-automatic-moduleIt says this:
"Deriving the module name is a two-step process:
1)if the JAR defines the Automatic-Module-Name header in its manifest, it defines the module's name
2) otherwise, the JAR file name is used to determine the name"
So looks like Java automatically uses jar filename to give module a name if a name is not explicitly given.