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 scijava-ops-indexer-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.scijava.ops.indexer
├─ org.scijava.ops.indexer.InvalidOpImplException.class - [JAR]
├─ org.scijava.ops.indexer.OpClassImplData.class - [JAR]
├─ org.scijava.ops.indexer.OpFieldImplData.class - [JAR]
├─ org.scijava.ops.indexer.OpImplData.class - [JAR]
├─ org.scijava.ops.indexer.OpImplNoteParser.class - [JAR]
├─ org.scijava.ops.indexer.OpMethodImplData.class - [JAR]
├─ org.scijava.ops.indexer.OpParameter.class - [JAR]
├─ org.scijava.ops.indexer.ProcessingUtils.class - [JAR]