Heim > Fragen und Antworten > Hauptteil
package com.javaeasy.car.feel;
public class Sea {
public static void main(String[] args) {
System.out.print("put out");
}
}
win平台,首先文件路径是:E:\com\javaeasy\car\feel
当前目录下cmd运行javac Sea.java编译通过,然而在java Sea的时候提示**错误: 找不到或无法加载主类 Sea**
查了资料,好像是与设置classpath有关,但还是觉得挺模糊的,不知道该怎么办。
所以,请帮忙解释下,先谢谢了!