The launch of java depended on several entries in the cfg file (main-jar, app.runtime, app.classpath, and --module-path).
Each of these previously depended on the current directory being set to the app dir.
app.runtime has always been $APPDIR/runtime.
Now the --module path, the main-jar, and each entry in the classpath must also be based on $APPDIR
- relates to
-
JDK-8226904 current working directory wrong running jpackage app
- Resolved