How to run .jar file without command prompt stay open
843798Oct 16 2003 — edited Oct 16 2003Hi guys,
I have a .jar app that when I run it I type the following command in the command prompt
C:\> java -jar myApp.jar myApp.xml
it invokes the application and runs it with no problem but the command prompt stays open... is there anyway I can run the app without leaving the command prompt open? is this gon'a cuz any problem if the app is sending outputing to the screen (system.out.println)?
in case needed I'm using JRE 1.4.06
would very much appreciate your help.