hide the console window when use batch file to launch a java program?
Posted
by 5YrsLaterDBA
on Stack Overflow
See other posts from Stack Overflow
or by 5YrsLaterDBA
Published on 2010-04-19T19:58:50Z
Indexed on
2010/04/19
20:13 UTC
Read the original article
Hit count: 779
I use a batch to launch my java application like this
start /min java -splash:resources\images\splash\splash.gif com.myproj.MyProjApp
exit
There is still a icon on the taskbar. what I want is hide the console window and only add ONE icon which is my application on the taskbar when I click that batch file?
© Stack Overflow or respective owner