This is a change between 17.0.9 and 17.0.10. When a jpackaged Windows exe launches a child process, the child process exits when the parent jpackage process exits.
Our app (a web start like launcher) starts a Java process to run the downloaded application but the Java process exits when the parent jpackaged process exits.
Does not happen if tested from command line.
Most likely related to fix forJDK-8301247
Our app (a web start like launcher) starts a Java process to run the downloaded application but the Java process exits when the parent jpackaged process exits.
Does not happen if tested from command line.
Most likely related to fix for
- duplicates
-
JDK-8325203 System.exit(0) kills the launched 3rd party application
-
- Resolved
-