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 jflac-examples-1.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jflac.apps
├─ org.jflac.apps.Analyser.class - [JAR]
├─ org.jflac.apps.Decoder.class - [JAR]
├─ org.jflac.apps.ExtensionFileFilter.class - [JAR]
├─ org.jflac.apps.FlacPacker.class - [JAR]
├─ org.jflac.apps.Player.class - [JAR]
├─ org.jflac.apps.SeekTablePlayer.class - [JAR]
├─ org.jflac.apps.SndPlayer.class - [JAR]
├─ org.jflac.apps.Tester.class - [JAR]