how to use the commandline argument
i get the following error:
c:\users\jtt\documents> java Echo one two three
Exception in thread "main" java.lang.NoClassDefFoundError: Echo
Caused by :java.lang.ClassNotFoundException: Echo
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPriviledged(Nativ e Method)
at java.net.URLClassLoader.findClass(Unknown Source)........
Could not find the main class: Echo. Program will exit.
Please help