boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - how to open .jar file
相关主题
How to delete an entry in JAR?
Please recommend a good Swing book?
[转载] 请推荐关于Servlet和JSP编程的书
JAVA REST API入门有什么好的video tutorial吗?
求转行建议, 电脑培训建议
请教一个读gzip文件的问题
跨平台调试一般怎么搞
A good way to compress client side data?
Re: [转载] Re: .jar文件是怎么产生的?
Re: Where can i find this package?
相关话题的讨论汇总
话题: jar话题: open话题: file话题: rogram话题: install
进入Java版参与讨论
1 (共1页)
I**R
发帖数: 1309
1
a tutorial says that I should double click the XXXXX.jar file to install a p
rogram, but it seems that I don't have the associated program to open it.
Thanks,
g*****g
发帖数: 34805
2
You probably need to install java runtime.

p

【在 I**R 的大作中提到】
: a tutorial says that I should double click the XXXXX.jar file to install a p
: rogram, but it seems that I don't have the associated program to open it.
: Thanks,

a****i
发帖数: 1182
3
java -jar XXXX.jar

p

【在 I**R 的大作中提到】
: a tutorial says that I should double click the XXXXX.jar file to install a p
: rogram, but it seems that I don't have the associated program to open it.
: Thanks,

m****i
发帖数: 712
4
jar is zip+meta inf, you can just use winzip or gzip to open it

【在 a****i 的大作中提到】
: java -jar XXXX.jar
:
: p

s*****h
发帖数: 155
5
看你要干什么了
API文档也是jar,你最好用rar解压
要是变好的jar包用jre
m*****j
发帖数: 499
6
according to lz's description, he obviously needs jre

【在 s*****h 的大作中提到】
: 看你要干什么了
: API文档也是jar,你最好用rar解压
: 要是变好的jar包用jre

1 (共1页)
进入Java版参与讨论
相关主题
Re: Where can i find this package?
Re: 怎么看jar里面有什么?
Open Jar
求助Java Image Tools or API
stupid question on jar file
请问如何才能下载JDeveloper?
可以从.jar文件中删除一些class吗? (EOM)
新手问一个:如何找.jar文件里都有什么class?
一个 jar 文件,乍看里面有哪些 class ?
紧急求助:怎样运行 Java的war文件
相关话题的讨论汇总
话题: jar话题: open话题: file话题: rogram话题: install