>>> Hello,
>>> I have a zipped folder in the C drive and I tried to open it using a
[quoted text clipped - 3 lines]
>>> C:\>jar -xvf ant_template_core_java.zip
>>> Illegal option: û
Brandon McCombs <n...@none.com> wrote:
>> So where exactly did you type that illegal character? I ask because it
>> isn't in the command that you typed above it.
> Actually I simply copy-pasted this command from a tutorial that I am
> doing. Your remark got me thinking and I wrote this command in the
> prompt and it worked.
>
> I don't really understand where that illegal character came from as
> everytime I copy-paste it from the tutorial I get this.
From what did you copy? Was it a word-processing program?
Many wp programs use proprietary formats; they are binary files. They contain
all sorts of characters, like left-quotes and right-quotes, that you might not
notice. But the compiler sure does if you copy them into a source file.
I have been on more than one projects where people foolishly copied screen
prompts directly from MS Word spec documents and therefore got wrong results
because of this.

Signature
Lew
ros - 12 May 2007 06:55 GMT
> >>> Hello,
> >>> I have a zipped folder in the C drive and I tried to open it using a
[quoted text clipped - 25 lines]
> --
> Lew
That explains it as I also "foolishly" copied this statement off a
webpage and pasted it in the Command Prompt!
Thanks for the explanation.
Ros