Brendan
2012-06-30 19:30:08 UTC
package beginning_java_7.examples.hello;
public class Hello {
public static void main(String[] args) {
System.out.println("Hello, World");
}
}
When I try and run it in eclipse, it says "Editor does not contain a main type," but it does though. Help is greatly appreciated