I have problems with te Classpath

I have WinXP and I have problems stting the Classpath.When I try to run the HelloWorld it shows this message:exception in thread "main" Java.lang.NoclassDeFfounderror: HelloWorld/classThanks for the help!! XD
[236 byte] By [K1k3_tma] at [2007-10-2 3:41:30]
# 1

> I have WinXP and I have problems stting the

> Classpath.

>

> When I try to run the HelloWorld it shows this

> message:

>

> exception in thread "main"

> Java.lang.NoclassDeFfounderror: HelloWorld/class

>

> Thanks for the help!! XD

This error message is not a Classpath problem. You entered something like "java HelloWorld.class" when you should have entered "java HelloWorld" The argument to "java" is the fully qualified CLASS NAME not a file or path name.

atmguya at 2007-7-15 22:55:53 > top of Java-index,Developer Tools,Java Compiler...
# 2
You probliby wantedjava -cp . HelloWorld
Peter-Lawreya at 2007-7-15 22:55:53 > top of Java-index,Developer Tools,Java Compiler...
# 3
the same error message is getting for me have u solved if so reply methanks in advregardsanbu
anbuarasa at 2007-7-15 22:55:53 > top of Java-index,Developer Tools,Java Compiler...
# 4
> the same error message is getting for me have u> solved if so reply me http://java.sun.com/docs/books/tutorial/getStarted/index.html
aniseeda at 2007-7-15 22:55:53 > top of Java-index,Developer Tools,Java Compiler...