A JAR file is actually just a ZIP file. It can contain anything – usually it contains compiled Java code (*.class), but sometimes also Java sourcecode (*.java).

However, Java can be decompiled – in case the developer obfuscated his code you won’t get any useful class/function/variable names though.

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *