run time error

Hi evryoen,

thanks for your time,

I instaled JDK, on my XP O.S, It compailed the java files

but I can not run it even helloWorld.java one.

can you help me the error says:

C:\JAVA_HOME\Test>javac *.java

C:\JAVA_HOME\Test>

C:\JAVA_HOME\Test>java HelloWorld

Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld

can any one help please

thank you all

[438 byte] By [Lebaa] at [2007-10-3 6:15:35]
# 1
java -cp . HelloWorldJust make sure your class is named HelloWorld, not for example Helloworld, and the HelloWorld.class file is in the current directory.
atmguya at 2007-7-15 0:59:55 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...