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 cfmxcompat-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pl.wojtun.cfmxcompat
├─ pl.wojtun.cfmxcompat.CFMXCompat.class - [JAR]
├─ pl.wojtun.cfmxcompat.Transformer.class - [JAR]
pl.wojtun.cfmxcompat.coder
├─ pl.wojtun.cfmxcompat.coder.Base64Coder.class - [JAR]
├─ pl.wojtun.cfmxcompat.coder.CoderException.class - [JAR]
├─ pl.wojtun.cfmxcompat.coder.HexCoder.class - [JAR]
├─ pl.wojtun.cfmxcompat.coder.UUCoder.class - [JAR]