This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Runtime.exec is not implemented?
- From: Tom Tromey <tromey at redhat dot com>
- To: <Andrew dot Ferguson at arm dot com>
- Cc: java at gcc dot gnu dot org
- Date: 18 Mar 2003 12:15:18 -0700
- Subject: Re: Runtime.exec is not implemented?
- References: <OF467C9521.2007BEBB-ON80256CED.006599B9@cambridge.arm.com>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == <Andrew dot Ferguson at arm dot com> writes:
Andrew> is Runtime.exec implemented? if I compile the code below with
Andrew> gcj, and run it I get the following errors
You don't say what version you are using. Runtime.exec was not
implemented for Windows in gcj 3.2. This will be fixed in 3.3.
Tom