Hi all, I indeed experienced the same problem. I tested this case on purpose as this was something we already saw in the past. I am happy this has already been detected. This is a mandatory feature to adopt Launch4J. By doing internal investigations we found a stackoverflow page that explains the root cause on windows and how it can be solved: https://stackoverflow.com/questions/53218984/how-can-i-avoid-the-windows-exec-and-spawn-functions-splitting-arguments-at/53220680#53220680 Cheers, Loïc.
Hi all, Just to provide more highlights on the base motivation, I provide a link to a StackOverflow page: https://stackoverflow.com/questions/66818887/java-modules-and-the-jar-manifest-class-path-attribute This mentions that one have two way to start a Java application with JDK 9+. Either you use the '-jar APP.jar' flag or the -m MODULE flag. With the first option, you disable all features related to the newly introduced Java Platform Module System, JPMS also known as Jigsaw. We worked hard to switch...
Hi, I also want to wrap a Java 11 application. I meet the same issue. In addition, Launch4J adds a -jar to the invokation commands but -jar is not recognized any more by the jre11. Cheers, Loïc.