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 loguno-test-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.loguno.test
├─ org.loguno.test.Animal.class - [JAR]
├─ org.loguno.test.HelloKitty.class - [JAR]
├─ org.loguno.test.JustMonkey.class - [JAR]
├─ org.loguno.test.JustMonkeyWithExceptions.class - [JAR]
├─ org.loguno.test.Makaka.class - [JAR]
├─ org.loguno.test.PositiveCat.class - [JAR]
├─ org.loguno.test.SomeInt.class - [JAR]
├─ org.loguno.test.package-info.class - [JAR]
org.loguno.test.paka.two
├─ org.loguno.test.paka.two.Two.class - [JAR]
org.loguno.lazy
├─ org.loguno.lazy.LazyLoggerFactorySlf4j.class - [JAR]
org.loguno.test.paka.one
├─ org.loguno.test.paka.one.One.class - [JAR]
com.some
├─ com.some.UseStandardConfig.class - [JAR]
org.loguno.test.exceptions
├─ org.loguno.test.exceptions.CaughtByPythonException.class - [JAR]
├─ org.loguno.test.exceptions.FallDownException.class - [JAR]
├─ org.loguno.test.exceptions.NoBananasException.class - [JAR]