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 jclipboardhelper-0.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.fracpete.jclipboardhelper.examples
├─ com.github.fracpete.jclipboardhelper.examples.BufferedImageExample.class - [JAR]
├─ com.github.fracpete.jclipboardhelper.examples.StringExample.class - [JAR]
com.github.fracpete.jclipboardhelper
├─ com.github.fracpete.jclipboardhelper.ClipboardHelper.class - [JAR]
├─ com.github.fracpete.jclipboardhelper.TransferableImage.class - [JAR]
├─ com.github.fracpete.jclipboardhelper.TransferableString.class - [JAR]