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 spack_3-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
spack
├─ spack.AutomaticPack.class - [JAR]
├─ spack.Message.class - [JAR]
├─ spack.Pack.class - [JAR]
├─ spack.Spack.class - [JAR]
├─ spack.Unpack.class - [JAR]
├─ spack.UnpackException.class - [JAR]
spack.naive
├─ spack.naive.Arr.class - [JAR]
├─ spack.naive.Bin.class - [JAR]
├─ spack.naive.BoolFormat.class - [JAR]
├─ spack.naive.FloatFormat.class - [JAR]
├─ spack.naive.IntFormat.class - [JAR]
├─ spack.naive.Map.class - [JAR]
├─ spack.naive.ReadError.class - [JAR]
├─ spack.naive.ReadSuccess.class - [JAR]
├─ spack.naive.Str.class - [JAR]