aspose file tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes quickie... how to unzip a jar file via a java command line from the MSDos window? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "quickie... how to unzip a jar file via a java command line from the MSDos window?" Watch "quickie... how to unzip a jar file via a java command line from the MSDos window?" New topic
Author

quickie... how to unzip a jar file via a java command line from the MSDos window?

Jim Martin
Ranch Hand

Joined: Oct 31, 2002
Posts: 80
Hello
I have two jar files in a main jar file. I need to unzip/unjar the outer jar file to get to the two inner jar files. I don't know how to unpack the outer jar file?
rescue me javaranchers
BJ Grau
Ranch Hand

Joined: Jul 10, 2001
Posts: 234
jar -xf jarfile.jar
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: quickie... how to unzip a jar file via a java command line from the MSDos window?
 
Similar Threads
How do you Unzip a JAR file
how to extract
jar files
error loading image inside jar folder
JDBC assignment 1- translation please!