========================
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.
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
Java 子网计算器及其源代码 关于项目 子网计算器是一个非常基本的应用程序,使用 Java 中 Swing 工具包中的图形组件。子网计算器用于通过计算网络地址、子网掩码、广播地址和主机 IP 地址范围将 IP 网络划分为子网。为了使用这个简单的应用程序,用户必须输入 IP 地址和 CIDR 值。然后应用程序显示其子网掩码、网络地址、广播地址、子网数量、每个子网的主机和网络类别值。 该项目的设计非常简单,用户在操作时不会遇到任何困难。要运行此项目,您必须在 PC 上安装 Netbeans IDE。 Java 子网计算器及其源代码可免费下载,仅用于教育目的!对于项目演示,请观看下面的视频。
资源推荐
资源详情
资源评论
收起资源包目录
Java 子网计算器及其源代码.rar (35个子文件)
subnetCalc
nbproject
project.properties 2KB
genfiles.properties 475B
build-impl.xml 78KB
project.xml 525B
private
private.xml 455B
private.properties 111B
subnetcalculator
CalcController.class 1KB
AbstractController.class 3KB
CalculatorView$1.class 1KB
AbstractModel.class 1KB
CalculatorView.class 8KB
CalculatorView$4.class 1KB
Address.class 4KB
SubnetCalculator.class 1KB
AbstractViewPanel.class 380B
CalculatorView$5.class 1KB
CalculatorView$3.class 1KB
Main.class 532B
CalculatorView$2.class 1KB
CalculatorModel.class 5KB
src
calcuator
MainCalculator.form 13KB
MainCalculator.java 19KB
manifest.mf 85B
dist
SubNet_Calculator.jar 13KB
README.TXT 1KB
build
classes
.netbeans_update_resources 0B
.netbeans_automatic_build 0B
calcuator
MainCalculator.form 13KB
MainCalculator$1.class 793B
MainCalculator.class 11KB
MainCalculator$2.class 793B
MainCalculator$3.class 556B
empty
built-jar.properties 88B
generated-sources
ap-source-output
build.xml 4KB
META-INF
MANIFEST.MF 216B
共 35 条
- 1
资源评论
小云同志你好
- 粉丝: 1065
- 资源: 1061
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 学校课程软件工程常见10道题目以及答案demo
- javaweb新手开发中常见的目录结构讲解
- 新手小白的git使用的手册入门学习demo
- 基于Java观察者模式的info-express多对多广播通信框架设计源码
- 利用python爬取豆瓣电影评分简单案例demo
- 机器人开发中常见的几道问题以及答案demo
- 基于SpringBoot和layuimini的简洁美观后台权限管理系统设计源码
- 实验报告五六代码.zip
- hdw-dubbo-ui基于vue、element-ui构建开发,实现后台管理前端功能.zip
- (Grafana + Zabbix + ASP.NET Core 2.1 + ECharts + Dapper + Swagger + layuiAdmin)基于角色授权的权限体系.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功