This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [win32] Runtime.exec(String[] cmdarray, String[] envp)
- From: Tom Tromey <tromey at redhat dot com>
- To: Marco Trudel <mtrudel at gmx dot ch>
- Cc: GCJ <java at gcc dot gnu dot org>
- Date: 18 Sep 2006 11:44:02 -0600
- Subject: Re: [win32] Runtime.exec(String[] cmdarray, String[] envp)
- References: <450D9A0A.7050907@gmx.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Marco" == Marco Trudel <mtrudel@gmx.ch> writes:
Marco> I use GCJ 4.2.0 (20060630) on linux and windows.
Marco> Runtime.exec(String[] cmdarray, String[] envp) doesn't set the
Marco> environment on windows but it works on linux.
Marco> Is this a known bug/problem?
I don't recall hearing about it before.
I suggest filing it.
Marco> Sorry for posting to this list instead of directly making
Marco> bugreports. I hope that someone who reads it has an idea while the
Marco> [win32] bugreports will more or less be ignored because of the lack of
Marco> windows maintainers...
Yup, that's a problem all right.
Tom