========================
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 "UDP.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.
yanhaiyu1982
- 粉丝: 2
- 资源: 5
最新资源
- TLE两行轨道根数读取源代码
- iiiicfdfdsffffffffffffffffffff
- 河北日报网页数据爬虫程序
- 高级语言程序设计大作业C++基于Qt 实现的经典游戏超级马里奥(源码+报告)
- MATLAB代码:含冰蓄冷空调的冷热电联供型微网多时间尺度优化调度 关键词:冰蓄冷空调 CCHP-MG 多时间尺度优化 冷热电联供 参考文档:《含冰蓄冷空调的冷热电联供型微网多时间尺度优化调度》完全
- STM32F103 CAN通讯源码+IAP升级Bootloader源码资料包,程序稳定可用,包含原理图PCB 及工程,以及STM32F1,F4CAN通讯开发参考资料 拿后的是软件程序代码,出不
- 欧姆龙NX1P2系列总线plc程序 自动检测机,plc程序,无触摸屏程序 1.多工位DDR马达转盘控制,多工位同时加工 2.多产品配方功能程序 3.各种实用型自制功能块程序,可重复调用,成熟设备
- Java基础知识学习心得体会
- 基于LMI的悬架控制:s函数悬架模型、LIM求解文件 赠相关参考文献
- 真实微x好友检测 单向好友 拉黑删除好友 已解锁会员.mp4
- 支付宝免费领多张滴滴高德打车券活动.mp4
- 致敬盲目的爱情-带爱心效果的单网页离线版WEB.mp4
- 每日60秒新闻早报单页文字版php源码.zip
- 智能相册Piktures v2.19 build 815 for 高级版.mp4
- 中医精选经方验方1000余个.mp4
- 小学生身体素质测评-JAVA-基于SpringBoot的小学生身体素质测评管理系统设计与实现(毕业论文+开题)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
- 1
- 2
前往页