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 hello-3.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jacorb.demo.hello
├─ org.jacorb.demo.hello.Client.class - [JAR]
├─ org.jacorb.demo.hello.GoodDay.class - [JAR]
├─ org.jacorb.demo.hello.GoodDayHelper.class - [JAR]
├─ org.jacorb.demo.hello.GoodDayHolder.class - [JAR]
├─ org.jacorb.demo.hello.GoodDayImpl.class - [JAR]
├─ org.jacorb.demo.hello.GoodDayOperations.class - [JAR]
├─ org.jacorb.demo.hello.GoodDayPOA.class - [JAR]
├─ org.jacorb.demo.hello.GoodDayPOATie.class - [JAR]
├─ org.jacorb.demo.hello.Server.class - [JAR]
├─ org.jacorb.demo.hello._GoodDayStub.class - [JAR]