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 beanpiece-0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dongjinlee.beanpiece.util
├─ com.dongjinlee.beanpiece.util.Architecture.class - [JAR]
├─ com.dongjinlee.beanpiece.util.NativeUtils.class - [JAR]
├─ com.dongjinlee.beanpiece.util.OS.class - [JAR]
com.spotify.jni.annotations
├─ com.spotify.jni.annotations.UsedByNativeCode.class - [JAR]
com.dongjinlee.beanpiece
├─ com.dongjinlee.beanpiece.Processor.class - [JAR]
├─ com.dongjinlee.beanpiece.ProcessorBuilder.class - [JAR]
com.spotify.jni
├─ com.spotify.jni.NativeObject.class - [JAR]