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!

JAR files

807605Jun 15 2007 — edited Aug 8 2007
I read the tutorials on extracting Jar files but I am finding difficulties performing the actual extraction.

This is what I did:
I open command prompt and open the directory where the jar is located. Then I type:
jar xf MyClass.jar
This didn't work so then I tried
java jar xf MyClass.jar
That also didn't work so I tried
java -jar xf MyClass.jar
And that also didn't work.

Can anyone see the problem?

Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 5 2007
Added on Jun 15 2007
7 comments
204 views