Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Extract a jar file to a specified folder

807605Jun 20 2007 — edited Jun 20 2007
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 18 2007
Added on Jun 20 2007
2 comments
425 views