========================
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 "RandomNum.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.
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
design by Empty 随机数抽签程序第二版!已打包成双击可运行的exe程序!win7、jdk1.6下已测~~ 基于java swing编写,功能相当简单!! 程序启动产生0~100的随机数在jTextField中不停跳动,点击开关按钮,停止显示一个随机数!!再点击按钮弹起,数字继续滚动~~ 项目采用netbeans6.9开发~~源码也一并附上!!请多指教~~ 之后还会有第三版哦~~~^_^
资源推荐
资源详情
资源评论
收起资源包目录
RandomNum.rar (21个子文件)
Roll0.2.exe 262KB
RandomNum
文号按钮.ico 89KB
test
dist
RandomNum.jar 9KB
README.TXT 1KB
manifest.mf 85B
src
randomnum
RandomNumber.java 8KB
RandomNumber.form 7KB
build
built-jar.properties 71B
classes
randomnum
RandomNumber.class 6KB
RandomNumber$RemindTask.class 1KB
RandomNumber$2.class 551B
RandomNumber$1.class 772B
empty
Roll0.2.exe4j 2KB
build.xml 4KB
nbproject
build-impl.xml 48KB
private
private.xml 396B
config.properties 0B
private.properties 173B
project.properties 2KB
project.xml 517B
genfiles.properties 475B
共 21 条
- 1
资源评论
- zaffir2013-05-28简单易用,学习了~~谢谢
- 空指针_2017-05-22不错,功能简单易懂
- isabelly2013-05-17挺好玩的,功能虽然简单,但是可以作为学习参考
- 川遇流水2014-10-10不错。很好的资源
see_mouse
- 粉丝: 0
- 资源: 9
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 生菜生长记录数据集(3K+ 记录,7特征) CSV
- 国际象棋检测2-YOLO(v5至v9)、COCO、CreateML、Darknet、Paligemma、TFRecord数据集合集.rar
- RGMII delay问题
- Python结合Pygame库实现圣诞主题动画和音乐效果的代码示例
- 国际象棋检测2-YOLO(v5至v11)、COCO、CreateML、Paligemma、TFRecord、VOC数据集合集.rar
- ssd5课件图片记录保存
- 常用算法介绍与学习资源汇总
- Python与Pygame实现带特效的圣诞节场景模拟程序
- 国际象棋检测11-YOLO(v7至v9)、COCO、Darknet、Paligemma、VOC数据集合集.rar
- 使用Python和matplotlib库绘制爱心图形的技术教程
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功