Hi
I have to extract a jar file to a specified folder. Suppose my jar is in folder c:\test\test.jar and want to unjar it to e:\sample\.
The used the command line arg
jar.exe -xf c:\test\test.jar e:\sample\
this is not working.
Can anyone tell me how to unjar a jar to specified folder.