Java:“找不到主类。程序将会退出”

时间:2012-02-17 05:31:43

标签: java

当我运行编译的jar文件时,我得到Java: “Could not find the main class. Program will exit”

导致此错误的原因是什么?如何避免?

我正在使用Netbeans 6.9.1 IDE和java 1.6

1 个答案:

答案 0 :(得分:1)

也许你的清单格式不正确。通常,程序员在使用IDE时不会处理这些文件,但也许你发现了一个错误。

阅读本文档:

http://docs.oracle.com/javase/tutorial/deployment/jar/manifestindex.html

深入了解“设置应用程序的入口点”部分。也许这就是问题。