I have written a really slick application that drills down three
levels in an Oracle Database. I deployed it with a jar file as per
the instructions in the help docs. The customer was really pleased
with the GUI features of the app. One change requested by my customer
after seeing the application run is that it needs to run without a
dos window in the background.
Specifically, on my target machine, when I type "java
Missing_Images_JFrame", a dos window pops up that displays error
messages from system.out I think. Then, the application runs in the
forground, on top of the dos window.
Is there a way to deploy my app without the dos window.
Andrew
Try using javaw.exe instead of java.exe for your deployed app on the
target machine.
Regards,
Tim Dutton
Internet Tools Technical Support
Symantec Corporation