Correct this error on Google, but I cannot solve the problem. I wrote a basic java program in Eclipse Juno as follows:
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello Eclipse!"); } }
After clicking the Run button, I get: "Error: Could not find or load the main HelloWorld class." This error message applies to all my other projects in the same workspace. I tried switching workspaces, but the error still appears.
I am on a 64-bit version of Windows 7. Any help would be appreciated!
java eclipse
Fezzo May 02 '13 at 9:30 a.m. 2013-02-02 09:30
source share