java-14

With JPackage on Windows Is it possible to make main .exe not run as console, but have other laucher run as console?

邮差的信 提交于 2020-07-23 05:22:19
问题 With JPackage I am unable to get --win-console option to work apart for for the main launcher, but I want the main launcher not to output to console, but have a debug version that does. i.e if I run jpackage --add-launcher SongKongDebug=jpackage.properties @jpackage.txt jpackage.txt -i C:\Code\jthink\SongKong\target\songkong-6.10 --runtime-image C:\code\jthink\songkong\JVM64 --main-class com.jthink.songkong.cmdline.SongKong --name SongKong --win-dir-chooser --main-jar lib\SongKong-6.10.jar -

With JPackage on Windows Is it possible to make main .exe not run as console, but have other laucher run as console?

你说的曾经没有我的故事 提交于 2020-07-23 05:21:18
问题 With JPackage I am unable to get --win-console option to work apart for for the main launcher, but I want the main launcher not to output to console, but have a debug version that does. i.e if I run jpackage --add-launcher SongKongDebug=jpackage.properties @jpackage.txt jpackage.txt -i C:\Code\jthink\SongKong\target\songkong-6.10 --runtime-image C:\code\jthink\songkong\JVM64 --main-class com.jthink.songkong.cmdline.SongKong --name SongKong --win-dir-chooser --main-jar lib\SongKong-6.10.jar -

With JPackage on Windows Is it possible to make main .exe not run as console, but have other laucher run as console?

瘦欲@ 提交于 2020-07-23 05:20:34
问题 With JPackage I am unable to get --win-console option to work apart for for the main launcher, but I want the main launcher not to output to console, but have a debug version that does. i.e if I run jpackage --add-launcher SongKongDebug=jpackage.properties @jpackage.txt jpackage.txt -i C:\Code\jthink\SongKong\target\songkong-6.10 --runtime-image C:\code\jthink\songkong\JVM64 --main-class com.jthink.songkong.cmdline.SongKong --name SongKong --win-dir-chooser --main-jar lib\SongKong-6.10.jar -