RexxLA / NetRexx

Other
8 stars 0 forks source link

JavaFX does not work in a module setting #4

Closed rvjansen closed 2 years ago

rvjansen commented 2 years ago

The use of JavaFX is currently limited to JDK8 because of difficulty of loading the >=JDK9 modules of JavaFX in the jrt:// filesystem, from which they are loaded into NetRexx. Apparently, --module-path and --add-modules do not work as expected. As JavaFX is the first serious use of modules outside of the JDK distribution, the problem only rears its head here. (Thanks Terry!)

rvjansen commented 2 years ago

fixed by Marc in 789d06bdfaddcc28ff941bf7e1f6af3e3e56fb2e (origin/issues/4-modules)