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 org.eclipse.january.examples-2.3.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.january.examples.dataset
├─ org.eclipse.january.examples.dataset.AxesMetadataExample.class - [JAR]
├─ org.eclipse.january.examples.dataset.BasicExample.class - [JAR]
├─ org.eclipse.january.examples.dataset.ConwayGameOfLife.class - [JAR]
├─ org.eclipse.january.examples.dataset.ErrorExamples.class - [JAR]
├─ org.eclipse.january.examples.dataset.IterationExamples.class - [JAR]
├─ org.eclipse.january.examples.dataset.LazyExamples.class - [JAR]
├─ org.eclipse.january.examples.dataset.NumpyExamples.class - [JAR]
├─ org.eclipse.january.examples.dataset.SlicingExamples.class - [JAR]
├─ org.eclipse.january.examples.dataset.Utils.class - [JAR]
org.eclipse.january.examples.io
├─ org.eclipse.january.examples.io.LazyLoadingExample.class - [JAR]
org.eclipse.january.test
├─ org.eclipse.january.test.AllExamplesTestSuite.class - [JAR]
org.eclipse.january.tutorial
├─ org.eclipse.january.tutorial.C1TheBasics.class - [JAR]