When running simple application from command line on Windows which was packaged with jpackger, then output is not displayed from this application.
Command used to create bundle:
jpackager.exe create-image --input input --output output --name hello --main-jar hello.jar --class hello.Hello --files hello.jar
>output\hello\hello.exe
Nothing is printed
>java.exe -jar input\hello.jar
Hello !!!
This needs to be tested on OS X and Linux as well.
Command used to create bundle:
jpackager.exe create-image --input input --output output --name hello --main-jar hello.jar --class hello.Hello --files hello.jar
>output\hello\hello.exe
Nothing is printed
>java.exe -jar input\hello.jar
Hello !!!
This needs to be tested on OS X and Linux as well.