UnJAR the JAR files (JAVA)

Status
Not open for further replies.

abixalmon

Right off the assembly line
I have some jar files that i need to unjar.. can anyone help me how to do it..

thats all folks
 

rahul

Right off the assembly line
abixalmon said:
I have some jar files that i need to unjar.. can anyone help me how to do it..

Hi,
if you have Java insatlled just use
Code:
jar -xvf *.jar

or, try this:
jar format is in essence same as zip format
rename the file, change extension to .zip, use something like winzip to unzip.
 

GNUrag

FooBar Guy
rahul said:
jar format is in essence same as zip format
rename the file, change extension to .zip, use something like winzip to unzip.
It could be encoded using GZip format also....
 
Status
Not open for further replies.
Top Bottom