我正在编写 java 代码。当我单击 myapp.jar 时出现此错误:
Could not find the main class.
在我的代码中有一个public static void main(String[] args)
和在 netbeans 中右键单击项目并运行选项时我设置了主类。当我添加到库 mssql jdbc 驱动程序(sqljdbc.jar)时发生此错误。同时我将此行添加<zipfileset src="libs/sqljdbc.jar"/>
到 BUILD.xml。我该如何解决这个问题?
这是清单文件:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.8.3
Created-By: 1.7.0_07-b10 (Oracle Corporation)
X-COMMENT: Main-Class will be added automatically by build
Main-Class: myapp.mymainclass
Class-Path: lib/sqljdbc.jar