public class HelloWorld {
static String str = "Hello World!";
public static void main(String[] args) {
System.out.println(str);
}
}
错误为:
Error:Could not find or load main class HelloWorld
看过这边文章:Win7 JDK7 Java环境变量设置 及Could not find or load main class
但是没用