由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - .jar 文件一问?
相关主题
Re: JDBC and SybasejBuiler 4白皮书(来自inprise网站)
multiple source/output path in JBuilder9JVM
菜鸟问题一问Re: 请推荐Java编译环境或软件?
JB JAVA Bean,SERVLET位置一问Re: jbuilder的光标为什么不在列的最后
JSF和MVC model 2的问题JBUILDER 5 NEW FEATURES
JDK1.3.0 is really fastJBuilder 5 EE download
Re: jbuilder current working dir?Strongly recommend Eclipse
Special Thanks to TARHow to compile a Java program with import my own package in UNIX
相关话题的讨论汇总
话题: jar话题: file话题: jbuilder话题: unzip话题: class
进入Java版参与讨论
1 (共1页)
l********r
发帖数: 140
1
我下载了一个.jar文件, 想在我的程序中用里面的class什么的.
请问在JBuilder 7中, 如何使用呢?
I see that the .jar file (actually a zip file, I know that), in the jar file,
there are folders and .class files. I think I can extract/unzip them
to the same folder as in my program, then import xx.xx.xx.class.*;
But I think there is a way to use the classes in the .jar file without
unzip the file.
How can I do it and use it from my java program? (in JBuilder).
Thanks a lot.
x***n
发帖数: 39
2
java -jar ...
java -p if neccessary

【在 l********r 的大作中提到】
: 我下载了一个.jar文件, 想在我的程序中用里面的class什么的.
: 请问在JBuilder 7中, 如何使用呢?
: I see that the .jar file (actually a zip file, I know that), in the jar file,
: there are folders and .class files. I think I can extract/unzip them
: to the same folder as in my program, then import xx.xx.xx.class.*;
: But I think there is a way to use the classes in the .jar file without
: unzip the file.
: How can I do it and use it from my java program? (in JBuilder).
: Thanks a lot.

1 (共1页)
进入Java版参与讨论
相关主题
How to compile a Java program with import my own package in UNIXJSF和MVC model 2的问题
关于Jbuilder7???JDK1.3.0 is really fast
question about JbuilderRe: jbuilder current working dir?
help: cannot generate index.html using javadocSpecial Thanks to TAR
Re: JDBC and SybasejBuiler 4白皮书(来自inprise网站)
multiple source/output path in JBuilder9JVM
菜鸟问题一问Re: 请推荐Java编译环境或软件?
JB JAVA Bean,SERVLET位置一问Re: jbuilder的光标为什么不在列的最后
相关话题的讨论汇总
话题: jar话题: file话题: jbuilder话题: unzip话题: class