Writing a simple program in Eclipse Kepler I am getting the following error:
Error: Could not find or load main class
I already tried the options listed here, though the options the answers suggest do not seem to exist in Kepler. For example, there is no 'build Automatically' button to check as the accepted answer suggests. Here is the photographic proof:
Code is as follows:
public class keplertest {
public static void main(String[] args){
System.out.println("hello");
}
}
Unable to 'add' the main class under the 'projects' heading either.