linux java编译 Error: Could not find or load main class hello.java
写了一个java和helloworld:
hello.java
public class hello{
public static void main (String args[]) {
System.out.println("hello world!");
};
}
运行时一直报错:
javac hello.java
java hello.class
原创
2017-07-02 17:06:20 ·
1185 阅读 ·
0 评论