No, even javaw run from a java app (like IDEA) will open a DOS window, due to a bug in the native Process code. This prevents that.
Jim Freeman wrote: > Does this do the same thing as javaw? > > Jim > > -----Original Message----- > From: Erb [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 02, 2001 9:01 AM > To: EAP > Subject: [Eap-list] new version of nodos > > << File: nodos.cpp >> Corrected source code for windows app posted > earlier to run a command > from java without > opening a DOS window. > > Example: To run command "doit argument", you would instead use: > > nodos doit argument > > -- Erb ============================================================== "The only time I like in the morning is afternoon." - Russell D. Cooper "If you do everything, then you're all done." - Melissa F. Cooper "Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall ============================================================== _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
