那是代码:
package helloWorld;
public class helloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
怎么了?我很新闻。
答案 0 :(得分:1)
您需要指定类路径:
java -cp C:\Users\jklh\Desktop\java_files\helloWorld\bin helloWorld.helloWorld