I am trying to extract a jar file using the following command:
C:\Program Files\Java\jdk1.7.0_25\bin>jar xf C:\Users\...\MyJar.jar
but get the error:
java.io.IOException: META-INF : could not create directory at sun.tools.jar.Main.extractFile(Main.java:953) at sun.tools.jar.Main.extract(Main.java:877) at sun.tools.jar.Main.run(Main.java:263) at sun.tools.jar.Main.main(Main.java:1177)
What can be solved?
source share