This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Runtime.exec on windows opens an empty console window
- From: Rutger Ovidius <ovid at mailandnews dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 23 Sep 2003 15:50:44 -0400
- Subject: Runtime.exec on windows opens an empty console window
gcc version 3.3.1 (mingw special 20030804-1)
When using a simple call to "Runtime.getRuntime().exec( "some app", null, new
File( "working dir" ) ); and compiled with gcj, the spawn'd app has its own
completely empty console window.
I don't know if this is related to the c++filt flickering problem thread, but
I can't seem to get this app to spawn without a console window. -mwindows
doesn't seem to make a difference.
In java, no such console window is created. Is there a way around this?