Does work with command line argument on Win11
Brought to you by:
grzegok
Launch4j starts in interactive mode on Windows 11 as expected, but starting it on a command line with an argument exits immediately without output, even if the argument is a non-existent file. The .exe and .jar versions have the same behavior. But if I start the jar version as:
java -jar "C:\Program Files (x86)\Launch4j\launch4j.jar" AdminConsole.xml
it works fine. Mystified.