========================
BUILD OUTPUT DESCRIPTION
========================
When you build an Java application project that has a main class, the IDE
automatically copies all of the JAR
files on the projects classpath to your projects dist/lib folder. The IDE
also adds each of the JAR files to the Class-Path element in the application
JAR files manifest file (MANIFEST.MF).
To run the project from the command line, go to the dist folder and
type the following:
java -jar "SubNet_Calculator.jar"
To distribute this project, zip up the dist folder (including the lib folder)
and distribute the ZIP file.
Notes:
* If two JAR files on the project classpath have the same name, only the first
JAR file is copied to the lib folder.
* Only JAR files are copied to the lib folder.
If the classpath contains other types of files or folders, these files (folders)
are not copied.
* If a library on the projects classpath also has a Class-Path element
specified in the manifest,the content of the Class-Path element has to be on
the projects runtime path.
* To set a main class in a standard Java project, right-click the project node
in the Projects window and choose Properties. Then click Run and enter the
class name in the Main Class field. Alternatively, you can manually type the
class name in the manifest Main-Class element.
小云同志你好
- 粉丝: 1067
- 资源: 1067
最新资源
- 毕设-java web-ssm-javaweb物流配货项目源码25.zip
- 毕设-java web-ssm-Javaweb仓库管理系统项目源码23.zip
- 毕设-java web-ssm-javaWeb传智播客网上书城项目源码(设计以及实现论文)24.zip
- 毕设-java web-ssm-JAVAWEB校园订餐系统项目源码27.zip
- 毕设-java web-ssm-javaWeb物资管理系统项目源码26.zip
- 毕设-java web-ssm-java源码 仿360buy京东商城源码 京东JavaWeb项目源代码1.zip
- 毕设-java web-ssm-大学生求职就业网3.zip
- 毕设-java web-ssm-都市供求信息网4.zip
- 毕设-java web-ssm-编程爱好者博客地带2.zip
- 毕设-java web-ssm-华奥汽车销售集团网源码6.zip
- 毕设-java web-ssm-进销存管理系统7.zip
- 毕设-java web-ssm-高校学生选课系统项目源码5.zip
- 毕设-java web-ssm-科研成果申报管理系统源码9.zip
- 毕设-java web-ssm-企业办公自动化系统11.zip
- 毕设-java web-ssm-科帮网javaWeb计算机配件报价系统项目源码8.zip
- 毕设-java web-ssm-图书馆管理系统项目源码14.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈