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 occ-model-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.occ.common
├─ com.occ.common.Evaluator.class - [JAR]
├─ com.occ.common.VariableType.class - [JAR]
com.occ.entities
├─ com.occ.entities.Emotion.class - [JAR]
├─ com.occ.entities.Variable.class - [JAR]
com.occ.models.infra
├─ com.occ.models.infra.Model.class - [JAR]
com.occ.rules.infra
├─ com.occ.rules.infra.ConstraintKeys.class - [JAR]
├─ com.occ.rules.infra.Constraints.class - [JAR]
├─ com.occ.rules.infra.ConstraintsBuilder.class - [JAR]
├─ com.occ.rules.infra.Rule.class - [JAR]
├─ com.occ.rules.infra.RulesBuilder.class - [JAR]