Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to run .jar file without command prompt stay open

843798Oct 16 2003 — edited Oct 16 2003
Hi 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.


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 13 2003
Added on Oct 16 2003
1 comment
925 views