========================
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 "BookManager.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.
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
java开发的图书馆管理系统 完成界面设计 启动时加载书目列表 点击书目显示相应信息 完成修改书籍信息功能 实现编辑心得体会功能 完成新增书籍功能 新增成功后清除文本框 点击书目自动跳转到书目信息tab页 更改书签时自动更新“最近阅读时间” 系统运行时自动加载“阅读历史” 更改书签时自动更新“阅读历史” 完成阅读计划的定制 启动时自动提醒阅读计划 关闭程序时显示作者信息 启动程序时在程序下方闪烁提示信息
资源推荐
资源详情
资源评论
收起资源包目录
BookManager(完整工程).rar (70个子文件)
BookManager(完整工程)
中国不高兴.txt 48B
test
books.dat 3KB
ReadingPlan.dat 208B
dist
BookManager.jar 157KB
lib
swing-worker-1.1.jar 11KB
appframework-1.0.3.jar 258KB
README.TXT 1KB
manifest.mf 82B
src
META-INF
services
org.jdesktop.application.Application 39B
bookManager
Book.java 4KB
resources
BookManager.properties 446B
BookManagerAboutBox.properties 390B
about.png 8KB
splash.png 21KB
BookManagerView.properties 4KB
BookManagerView.java 100KB
BookManager.java 3KB
BookManagerView.form 103KB
BookManagerAboutBox.form 16KB
ReadingPlan.java 3KB
BookManagerAboutBox.java 10KB
build
classes
META-INF
services
org.jdesktop.application.Application 39B
bookManager
BookManagerView$6.class 805B
BookManagerView$5.class 805B
ReadingPlan.class 2KB
BookManagerView$1.class 750B
BookManagerView$7.class 805B
BookManagerView$1Show.class 1022B
BookManagerView$4.class 805B
resources
BookManager.properties 446B
BookManagerAboutBox.properties 390B
about.png 8KB
splash.png 21KB
BookManagerView.properties 4KB
busyicons3
busy-icon10.png 3KB
busy-icon0.png 4KB
busy-icon7.png 4KB
busy-icon6.png 3KB
busy-icon12.png 4KB
busy-icon5.png 3KB
busy-icon9.png 3KB
idle-icon.png 3KB
busy-icon1.png 4KB
busy-icon2.png 4KB
busy-icon8.png 4KB
busy-icon4.png 3KB
busy-icon13.png 4KB
busy-icon14.png 4KB
busy-icon11.png 3KB
busy-icon3.png 3KB
BookManagerView$3.class 805B
Book.class 3KB
BookManagerView.class 36KB
BookManagerView$8.class 805B
BookManagerView$10.class 808B
BookManagerView$2.class 773B
BookManagerView$9.class 805B
BookManagerAboutBox.class 6KB
BookManager.class 3KB
empty
build-before-profiler.xml 4KB
build.xml 4KB
nbproject
profiler-build-impl.xml 5KB
build-impl.xml 37KB
private
private.xml 861B
config.properties 0B
private.properties 260B
profiler
configurations.xml 8KB
project.properties 2KB
project.xml 738B
genfiles.properties 638B
共 70 条
- 1
资源评论
LeoWang013
- 粉丝: 1
- 资源: 6
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功