This Deployment Guide:
https://docs.oracle.com/javase/9/deploy/self-contained-application-packaging.htm#JSDPG593
Needs a minor change. Adding the new resource to the classpath no longer works in the modular system.
The following must be added to the ant task:
<fx:bundleArgument arg="dropinResourcesRoot" value="."/>
https://docs.oracle.com/javase/9/deploy/self-contained-application-packaging.htm#JSDPG593
Needs a minor change. Adding the new resource to the classpath no longer works in the modular system.
The following must be added to the ant task:
<fx:bundleArgument arg="dropinResourcesRoot" value="."/>