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 obvious-test-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
test.obvious.data
├─ test.obvious.data.AbstractGraphTest.class - [JAR]
├─ test.obvious.data.DataSetTest.class - [JAR]
├─ test.obvious.data.ForestTest.class - [JAR]
├─ test.obvious.data.GraphObjectTest.class - [JAR]
├─ test.obvious.data.NetworkTest.class - [JAR]
├─ test.obvious.data.SchemaTest.class - [JAR]
├─ test.obvious.data.TableTest.class - [JAR]
├─ test.obvious.data.TableTestData.class - [JAR]
├─ test.obvious.data.TreeTest.class - [JAR]
├─ test.obvious.data.TupleTest.class - [JAR]
test.obvious.impl
├─ test.obvious.impl.ImplSchemaTest.class - [JAR]
├─ test.obvious.impl.ImplTableTest.class - [JAR]
├─ test.obvious.impl.ImplTestSuite.class - [JAR]