M#8018 - EloiStree/HelloVirtualReality GitHub Wiki
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