社区
Java SE
帖子详情
请教:Java应用程序如何发布?那一堆class如何打包为可直接运行的EXE?初学Java,见笑的说
he_sl
2005-10-13 09:13:04
谢谢
...全文
256
7
打赏
收藏
请教:Java应用程序如何发布?那一堆class如何打包为可直接运行的EXE?初学Java,见笑的说
谢谢
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
7 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
he_sl
2005-10-24
打赏
举报
回复
顶
limitmx
2005-10-15
打赏
举报
回复
用eclipse或者jbuilder打个看看就知道基本结构了
就是些版本信息和main类
saint13
2005-10-14
打赏
举报
回复
manifest.mf文件该怎么写啊?
soso119
2005-10-14
打赏
举报
回复
用jar命令就可以!!!
maxleaf
2005-10-14
打赏
举报
回复
jbuilder有自带的工具,其它也很多专业的打包工具啊,你搜一下.
believefym
2005-10-13
打赏
举报
回复
可以用jar命令打包成可执行的jar
打成exe还是需要jre环境支持的,本质上还是jar
zergtao
2005-10-13
打赏
举报
回复
用jbuilder进行打包,可以打包成exe文件发布。
Java
学习入门资料 PPT版本
Java
学习入门资料,专门为了
初学
者编写的,易懂易学易掌握
100家大公司
java
笔试题汇总
从网上找到的在这里分享一下,可能有点不全或是普遍,但是有答案。
java
基础教程----精华版
java
基础教程----精华版,不得不下载的资源
JAVA
编程百例
JAVA
编程百例 !
java
反编译工具jad 1.5.8g(可以反编译jdk1.5,1.6)
java
反编译工具jad 1.5.8g支持 jdk1.5,jdk1.6。
说
明很多记住一个万能的命令基本就够用了。jad -s
java
-r -8 -o **\*.
class
---------------This is README file for Jad - the fast
Java
Decompiler.Jad home page: http://www.kpdus.com/jad.htmlCopyright 2001 Pavel Kouznetsov (jad@kpdus.com).0. Please read the disclaimer on the Jad home page.1. Installation.Unzip jad.zip file into any appropriate directory on your hard drive.This will create two files: - an
exe
cutable file named 'jad.
exe
' (Windows *) or 'jad' (*n*x) - this README fileNo other setup is required.2. How to use JadTo decompile a single
JAVA
class
file 'example1.
class
' type the following: jad example1.
class
This command creates file 'example1.jad' in the current directory.If such file already exists Jad asks whether you want to overwrite it or not.Option -o permits overwriting without a confirmation.You can omit .
class
extension and/or use wildcards in the names ofinput files.Option -s allows to change output file extension: jad -s
java
example1.
class
This command creates file 'example1.
java
'. Be careful when usingoptions -o and -s
java
together, because Jad can accidentally overwriteyour own source files.Jad uses
JAVA
class
name as an output file name. For example, if
class
file 'example1.
class
' contains
JAVA
class
'test1' then Jad will createfile 'test1.jad' rather than 'example1.jad'. If you want to specifyyour own output file name use the output redirection: jad -p example1.
class
> myexm1.
java
Option -d allows you to specify another directory for output files,which are created, by default, in the current directory. For example: jad -o -dtest -s
java
*.
class
(or jad -o -d test -s
java
*.
class
, which has the same effect)This command decompiles all .
class
files in the current directory <
Java SE
62,626
社区成员
307,258
社区内容
发帖
与我相关
我的任务
Java SE
Java 2 Standard Edition
复制链接
扫一扫
分享
社区描述
Java 2 Standard Edition
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章