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 dev-tools-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
win.xcorpio.hello
├─ win.xcorpio.hello.Coffees.class - [JAR]
├─ win.xcorpio.hello.Greet.class - [JAR]
├─ win.xcorpio.hello.GreetPrinter.class - [JAR]
├─ win.xcorpio.hello.Greeter.class - [JAR]
├─ win.xcorpio.hello.Greeting.class - [JAR]
├─ win.xcorpio.hello.HelloAkka.class - [JAR]
├─ win.xcorpio.hello.HelloSlick.class - [JAR]
├─ win.xcorpio.hello.Suppliers.class - [JAR]
├─ win.xcorpio.hello.WhoToGreet.class - [JAR]
win.xcorpio.tool
├─ win.xcorpio.tool.SlickCodeGen.class - [JAR]
win.xcorpio
├─ win.xcorpio.Tables.class - [JAR]