This is not true, at least not on my machine (Windows 2000, JDK 1.3.1). I have some external tools in IDEA which are Java apps. When I start them with JAVAW I don't get a DOS window. Starting with JAVA I get the DOS window.
In general I still wonder if we can't get rid of the DOS windows - e.g. during ANT builds. How does JBuilder manage this? Do they use some non-Java tricks? I never saw any DOS window popping up in JBuilder with my ANT builds whereas in IDEA they constantly pop up during some tasks. Michael > -----Ursprungliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im > Auftrag von Erb > Gesendet: Freitag, 2. November 2001 21:48 > An: EAP > Betreff: Re: [Eap-list] new version of nodos > > > 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 > > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
