View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jjm-3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.file.encryption.dense
├─ com.file.encryption.dense.FileEncryption.class - [JAR]
com.file.encryption
├─ com.file.encryption.JJM.class - [JAR]
com.file.encryption.enum
├─ com.file.encryption.enum.Algorithm.class - [JAR]
├─ com.file.encryption.enum.Transformation.class - [JAR]