I am using Eclipse latest version and I am facing the error "Could not find or load main class" every time I run this simple code as a 'Java application'. I am new so don't know much about Java. i am looking forward to some help and please specify in detail. screenshot of run configurations window screenshot of Buildpath config. window
class apples{
public static void main(String[] args) {
System.out.println("Hello, World");
}
}