This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]