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-cross-3.1.3_2.13-0.13.14.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
almond.kernel.util
├─ almond.kernel.util.JupyterPath.class - [JAR]
├─ almond.kernel.util.JupyterPaths.class - [JAR]
├─ almond.kernel.util.OS.class - [JAR]
almond.kernel.install
├─ almond.kernel.install.Install.class - [JAR]
├─ almond.kernel.install.InstallException.class - [JAR]
├─ almond.kernel.install.Options.class - [JAR]
almond.kernel
├─ almond.kernel.Kernel.class - [JAR]
├─ almond.kernel.KernelThreads.class - [JAR]