This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Runtime.exec on windows opens an empty console window
Am Wed, 24 Sep 2003 09:38:11 +1200 schrieb Bryce McKinlay:
> On Wednesday, Sep 24, 2003, at 07:50 Pacific/Auckland, Rutger Ovidius
> wrote:
>
>> 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.
>
> Presumably, its the same problem. We have a PR open on this - see:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12231
>
> Bryce.
I think this was gone with GCJ 3.4 somewhere. If not you have to hack
something in the Exec-C++-Classes in the Classpath and recompile (have a
look at the archives as I asked the same question some months ago)
Peschmä