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 kernel-tests-1.0.M11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.nuun.kernel.tests.internal
├─ io.nuun.kernel.tests.internal.NuunITModule.class - [JAR]
├─ io.nuun.kernel.tests.internal.NuunITPlugin.class - [JAR]
io.nuun.kernel.tests.it
├─ io.nuun.kernel.tests.it.NuunITException.class - [JAR]
├─ io.nuun.kernel.tests.it.NuunITRunner.class - [JAR]
io.nuun.kernel.tests.it.annotations
├─ io.nuun.kernel.tests.it.annotations.Expect.class - [JAR]
├─ io.nuun.kernel.tests.it.annotations.ITBind.class - [JAR]
├─ io.nuun.kernel.tests.it.annotations.WithParams.class - [JAR]
├─ io.nuun.kernel.tests.it.annotations.WithPlugins.class - [JAR]
├─ io.nuun.kernel.tests.it.annotations.WithoutSpiPluginsLoader.class - [JAR]