NetBeans将java项目编译成jar包

1.找到file选项下的build.xml。 2.添加代码到build.xml文件的</project>标志之前 。 复制如下代码: <target name="package-for-store" depends="jar">         <!-- Change the value of this property to be the name of your JAR, minus the
相关文章
相关标签/搜索