> How can i hide the command prompt window when executing a java program ?
> What option should be included ?
The javadocs are your friend:
"The javaw command is identical to java, except that with javaw there is no
associated console window. Use javaw when you don't want a command prompt
window to appear. The javaw launcher will, however, display a dialog box with
error information if a launch fails for some reason."

Signature
Ian Shef 805/F6 * These are my personal opinions
Raytheon Company * and not those of my employer.
PO Box 11337 *
Tucson, AZ 85734-1337 *
Ray in HK - 26 Mar 2006 08:03 GMT
^3^ thank you
> > How can i hide the command prompt window when executing a java program ?
> > What option should be included ?
[quoted text clipped - 5 lines]
> window to appear. The javaw launcher will, however, display a dialog box with
> error information if a launch fails for some reason."