Basically, I have a jar file that i want to unzip to a specific folder from a junit test.
What is the easiest way to do this? I am willing to use a free third party
From command line type jar xf foo.jar or unzip foo.jar
jar xf foo.jar
unzip foo.jar