Skip to content

Instantly share code, notes, and snippets.

@juandm
Created July 17, 2018 14:22
Show Gist options
  • Save juandm/c77c2b00759a2295e5b7c7069ee1def0 to your computer and use it in GitHub Desktop.
Save juandm/c77c2b00759a2295e5b7c7069ee1def0 to your computer and use it in GitHub Desktop.
A way to see jar content without unzip it, using Firefox browser

See content of JAR file in Firefox web Browser

Open firefox and put in the address bar the following comand:

NOTE the " !/ " at the end

jar:file://path-to-the-jar-file!/

Example

jar:file:///C:/apache-tomcat-9.0/jarfiles/code-SNAPSHOT.jar!/

Tested in Firefox Quantum 61.0.1 (64-bit).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment