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 xj4-core-0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.xj4
├─ org.xj4.ServiceExtensionProvider.class - [JAR]
├─ org.xj4.TestWrapperStatement.class - [JAR]
├─ org.xj4.XJ4Runner.class - [JAR]
├─ org.xj4.XJ4TestClass.class - [JAR]
org.xj4.spi
├─ org.xj4.spi.ClassWrapperSource.class - [JAR]
├─ org.xj4.spi.MethodHandler.class - [JAR]
├─ org.xj4.spi.MethodHandlerFactory.class - [JAR]
├─ org.xj4.spi.MethodWrapperSource.class - [JAR]
├─ org.xj4.spi.TestClassValidator.class - [JAR]
├─ org.xj4.spi.TestWrapper.class - [JAR]
├─ org.xj4.spi.XJ4ExtensionProvider.class - [JAR]
├─ org.xj4.spi.XJ4ExtensionProviderBase.class - [JAR]
org.xj4.util
├─ org.xj4.util.Orderable.class - [JAR]
├─ org.xj4.util.ServiceLoader.class - [JAR]