无法编译java程序得到这2个错误

时间:2016-12-14 00:14:37

标签: java compiler-errors compiler-warnings

Note: Hifidse.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

当我通过输入以下命令使用linux终端补充我的java程序时:

javac -cp org.tartarus.snowball.jar filename.java

在使用命令运行程序后,我遇到上述错误:

java -cp org.tartarus.snowball.jar filename arg1 arg2

我收到此消息:

error could not find or locate main class file filename

任何人都可以帮助我,谢谢你。

0 个答案:

没有答案