| Author |
how to open a jar file
|
Samanthi perera
Ranch Hand
Joined: Jan 08, 2010
Posts: 510
|
|
i need to see inside the jar file .
How can i archive this ?
|
 |
Mahesh Kedari
Ranch Hand
Joined: Nov 28, 2009
Posts: 109
|
|
Directly or through java program?
You can Use WinRar for extracting Jar files.
|
Regards,
Mahesh Kedari - Fidus Technologies Ltd.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32654
|
|
|
There is a lot in the Java™ Tutorials which you should find helpful. You will see from that link that a .jar is a special kind of .zip file, so any zipping program should be able to open them.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
There is an entire package for this: java.util.jar (which uses the java.util.zip package).
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: how to open a jar file
|
|
|