This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: args[0] problem
- From: "HEINECKE Johannes FTRD/DMI/LAN" <johannes dot heinecke at rd dot francetelecom dot com>
- To: <tromey at redhat dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Thu, 22 Aug 2002 10:13:24 +0200
- Subject: RE: args[0] problem
Hello again,
I tried the patch, but unfortunately it does not change
the result, the first command-line argument is still prefixed a '?'
If I try
HelloWorld '' aaa
I get
[empty line]
?aaa
so it's the first argument with a length greater 0.
Johannes
> -----Original Message-----
> From: Tom Tromey [mailto:tromey@redhat.com]
> Sent: Wednesday, August 21, 2002 8:32 PM
> Could you try this patch? I'm not sure it will help. If not then
> we'll need to do some debugging.
>
> http://gcc.gnu.org/ml/java/2002-08/msg00094.html
>
> Tom
>