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 command-to-code-weka-package-2017.10.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
weka.gui
├─ weka.gui.CommandToCode.class - [JAR]
├─ weka.gui.CommandToCodePanel.class - [JAR]
weka.core.code
├─ weka.core.code.AbstractConverter.class - [JAR]
├─ weka.core.code.CodeHelper.class - [JAR]
├─ weka.core.code.Converter.class - [JAR]
├─ weka.core.code.Instantiation.class - [JAR]
├─ weka.core.code.InstantiationWithTryCatch.class - [JAR]
├─ weka.core.code.JavaString.class - [JAR]
├─ weka.core.code.StringArray.class - [JAR]
├─ weka.core.code.TestClass.class - [JAR]