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 test-inhabitant-generator-1.1.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
test1
├─ test1.Start.class - [JAR]
├─ test1.Test.class - [JAR]
com.sun.enterprise.tools.classmodel.test
├─ com.sun.enterprise.tools.classmodel.test.AContract.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.AService.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.AbstractBase.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.Admin.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.BContract.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.BService.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.CService.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.FactoryForCService.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.JDBCBaseService.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.JDBCService.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.MyBaseModuleStartupContract.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.MyModuleStartup.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.RunLevelCloseableService.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.RunLevelCloseableServiceWithExternalAnnotation.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.ServiceContextualFactory.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.ServiceFactory.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.ServiceWithAbstractBaseHavingExternalContract.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.ServiceWithExternalContract.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.ServiceWithTwoRunLevelAssignments.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.SomeRandomAnnotation.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.SomeRandomClass.class - [JAR]
├─ com.sun.enterprise.tools.classmodel.test.SomeRandomInterface.class - [JAR]