WIN7安装jdk无法调试通过HelloWorldJava codepublic class HelloWorld{static String str Hello World!
WIN7安装jdk无法调试通过HelloWorld
Java code
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 但是没用