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 ujmp-examples-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ujmp.examples
├─ org.ujmp.examples.BigSparseMatrixExample.class - [JAR]
├─ org.ujmp.examples.CosineSimilarityMatrixExample.class - [JAR]
├─ org.ujmp.examples.ExploreLocalhostExample.class - [JAR]
├─ org.ujmp.examples.GraphMatrixExample.class - [JAR]
├─ org.ujmp.examples.ImageMatrixExample.class - [JAR]
├─ org.ujmp.examples.MandelbrotMatrixExample.class - [JAR]
├─ org.ujmp.examples.Plugin.class - [JAR]
├─ org.ujmp.examples.QuickStart.class - [JAR]
├─ org.ujmp.examples.RandomMatrixExample.class - [JAR]
├─ org.ujmp.examples.TreeMatrixExample.class - [JAR]