由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 新手问一个:如何找.jar文件里都有什么class?
相关主题
Re: [转载] Re: .jar文件是怎么产生的?Jar question
Re: print problem, GUI guru please come inOpen Jar
How to use classes in a jar file?How to delete an entry in JAR?
Is this a Bug or not?问一简单的问题 关于import
[转载] 有用Eclipse的嘛?问一个特别土的问题
请问如何才能下载JDeveloper?Ant and Netbeans help
可以从.jar文件中删除一些class吗? (EOM)请教:Junit fails as an Ant task
紧急求助:怎样运行 Java的war文件大家写java class的时候是完全封装的么?
相关话题的讨论汇总
话题: jar话题: class话题: 文件话题: import话题: html
进入Java版参与讨论
1 (共1页)
I*****y
发帖数: 6402
1
目前想把一个.jar文件内嵌到一个HTML页面,可是我不知道怎么找这个JAR文件里有什么
CLASS,所以想请教一下如何找出里面都有啥class(es)??
thanks
B*********h
发帖数: 800
2
winzip

什么

【在 I*****y 的大作中提到】
: 目前想把一个.jar文件内嵌到一个HTML页面,可是我不知道怎么找这个JAR文件里有什么
: CLASS,所以想请教一下如何找出里面都有啥class(es)??
: thanks

I*****y
发帖数: 6402
3
能否说的详细一点? WINRAR行嘛?

【在 B*********h 的大作中提到】
: winzip
:
: 什么

B*********h
发帖数: 800
4
ft...当然可以。

【在 I*****y 的大作中提到】
: 能否说的详细一点? WINRAR行嘛?
I*****y
发帖数: 6402
5
怎么查找CLASS呢?
见笑了,谢谢大侠。

【在 B*********h 的大作中提到】
: ft...当然可以。
B*********h
发帖数: 800
6
打开了你就看到了,一般的jar都能看到。

【在 I*****y 的大作中提到】
: 怎么查找CLASS呢?
: 见笑了,谢谢大侠。

o***g
发帖数: 2784
7
jar怎么嵌到html里面?

什么

【在 I*****y 的大作中提到】
: 目前想把一个.jar文件内嵌到一个HTML页面,可是我不知道怎么找这个JAR文件里有什么
: CLASS,所以想请教一下如何找出里面都有啥class(es)??
: thanks

q*****g
发帖数: 72
8
他的意思是链接吧

【在 o***g 的大作中提到】
: jar怎么嵌到html里面?
:
: 什么

o***g
发帖数: 2784
9
就是做个网页看一个jar里面都有什么?
自己有一个jar要看,还是要写程序看N多个阿?

【在 q*****g 的大作中提到】
: 他的意思是链接吧
b*********y
发帖数: 7
10
programmingly, I suggest you take a look at the java utility package, like
these two:
import java.util.jar.JarEntry;
import java.util.jar.JarFile;
or you can check out the api from ANT:
import org.apache.tools.ant.taskdefs.Jar;
if you want to present a list of classes on html page, you have to think of
implementing the functionality in a servlet.
google and check out their usage. Good luck.
k***r
发帖数: 4260
11
i used a jar explorer tool before. It's a GUI tool
that shows all classes in a file explorer fashion

什么

【在 I*****y 的大作中提到】
: 目前想把一个.jar文件内嵌到一个HTML页面,可是我不知道怎么找这个JAR文件里有什么
: CLASS,所以想请教一下如何找出里面都有啥class(es)??
: thanks

m******t
发帖数: 2416
12
Or Runtime.exec("jar -tvf " + filepath) then
redirect the output to http output. ;-)
1 (共1页)
进入Java版参与讨论
相关主题
大家写java class的时候是完全封装的么?[转载] 有用Eclipse的嘛?
SOAP over SMTP请问如何才能下载JDeveloper?
Is there Eclipse java archive builder plug-in?可以从.jar文件中删除一些class吗? (EOM)
netbean and eclipse紧急求助:怎样运行 Java的war文件
Re: [转载] Re: .jar文件是怎么产生的?Jar question
Re: print problem, GUI guru please come inOpen Jar
How to use classes in a jar file?How to delete an entry in JAR?
Is this a Bug or not?问一简单的问题 关于import
相关话题的讨论汇总
话题: jar话题: class话题: 文件话题: import话题: html