This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: crosscompiling with gcj; host=linux, target=mingw32
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: <gnustuff at thisiscool dot com>, <java at gcc dot gnu dot org>
- Date: 19 Apr 2003 09:55:14 -0600
- Subject: Re: crosscompiling with gcj; host=linux, target=mingw32
- References: <POEIJGMGPFPGFHAGKFHAEEEDCHAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "Erik" == Erik Poupaert <erik dot poupaert at chello dot be> writes:
Erik> By the way, has java.lang.Runtime.exec() already been
Erik> implemented on mingw32?
There's a bunch of code in java/lang/natWin32Process.cc. This is 3.3.
I haven't tried it but I'm sure it works. It wasn't in 3.2.
Tom