Java problem: Could not find main class HelloWorld
- by Newbie
I am new to java(a real novice).
I installed Java 1.7.0 in the following folder C:\Program Files\Java
The environment variable which I set are
CLASSPATH : C:\Program Files\Java\jdk1.7.0\jre\lib\rt.jar;
Path : C:\Program Files\Java\jdk1.7.0\bin;
JAVA_HOME : C:\Program Files\Java;
I have presented here the class names which are in my system.
…