Skip to content
Strée Eloi edited this page Sep 23, 2017 · 2 revisions

How to access java code of a Jar

They talk about it:
https://stackoverflow.com/questions/5107187/extract-source-code-from-jar-file A tool to unzip and see code:
http://jd.benow.ca/

Youtube video on the subject:

Tips and tricks

  • jar xf filename.jar
  • filename.jar to filename.jar.zip
Clone this wiki locally