========================
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 "MyCalculator.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, none of the
classpath elements are copied to the lib folder. In such a case,
you need to copy the classpath elements to the lib folder manually after the build.
* 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.
项昂之
- 粉丝: 23
- 资源: 4
最新资源
- comsol光学仿真 comsol光学仿真 Comsol静电场,电磁场,传热,等离子体ICP建模仿真 电路,模电辅导 任意偏振态BIC,利用扭转光子晶体实现远场偏振的调控
- 机械设计特制螺母点胶锁付step非常好的设计图纸100%好用.zip
- 一些机器学习算法的demo 普通最小二乘法,决策树(Iris鸢尾花数据集),KNN(mnist手写数字数据集),朴素贝叶斯分类西瓜数据集,trec06c数据集垃圾邮件分类(垃圾邮件),逻辑斯蒂.zip
- dsp 28377 锁相环代码
- 中国城市0123456.zip
- 机械设计微型开关组装半自动化设备sw17可编辑非常好的设计图纸100%好用.zip
- 中小型即时流数据分析集群.zip
- 基于VDLL的矢量型GPS信号跟踪算法MATLAB仿真,包括程序+word设计文档
- 中文NLP数据中心.zip
- 中文、英文NER、英汉机器翻译数据集 中英文实体识别数据集,中英文机器翻译数据集,中文分词数据集.zip
- 中文医疗对话数据 中文医疗对话数据集.zip
- 机械设计瓦力履带机器人sw18可编辑非常好的设计图纸100%好用.zip
- 中文数据集下SimCSE+ESimCSE的实现.zip
- VESC非线性磁链观测器+PLL (1)基于STM3F4源码:VESC的无感非线性观测器代码,并做了简单的调试,可以做到0速启动 代码注释非常详细,快速入门 (2)参考文献(英文+翻译):为VE
- 中文自然语言处理数据集,平时做实验的材料 欢迎补充提交合并 .zip
- 机械设计铜柱胶壳铁片组装机sw16可编辑非常好的设计图纸100%好用.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈