Hello,
I guess that you start the application with 'java ClassName.class'.
Use 'java ClassName' (without the file extension) instead. The argument
is a class name, not a file name.
Cheers,
Jacques-Olivier
> I'm sorry to bother with so newbie questions but it is really annoyoing
> me!
[quoted text clipped - 15 lines]
>
> Thank you very much!
Gaijinco - 29 Aug 2006 19:13 GMT
Thank you very much! It works!
Is this something specific of Windows XP or the newest version of Java?
Again, thank you very much.
Oliver Wong - 29 Aug 2006 19:17 GMT
> Thank you very much! It works!
>
> Is this something specific of Windows XP or the newest version of Java?
>
> Again, thank you very much.
No, on every platform, every version of java works by typing "java"
followed by the qualified class name (and NOT the filename of the class
file).
- Oliver