On Linux i can use file-roller and open an browse the content of an EAR file without manually open it, can even dig into contained WAR file and within that JAR files quickly.
This is another of those must have …
I have .class and .java files in JAR archive. Is there any way to extract only .java files from it?
I've tried this command but it doesn't work:
jar xf jar-file.jar *.java