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 spring-boot-integration-test-1.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ai.timefold.solver.spring.boot.it.solver
├─ ai.timefold.solver.spring.boot.it.solver.IntegrationTestConstraintProvider.class - [JAR]
ai.timefold.solver.spring.boot.it
├─ ai.timefold.solver.spring.boot.it.TimefoldSolverController.class - [JAR]
├─ ai.timefold.solver.spring.boot.it.TimefoldSolverSpringBootApp.class - [JAR]
ai.timefold.solver.spring.boot.it.domain
├─ ai.timefold.solver.spring.boot.it.domain.IntegrationTestEntity.class - [JAR]
├─ ai.timefold.solver.spring.boot.it.domain.IntegrationTestSolution.class - [JAR]
├─ ai.timefold.solver.spring.boot.it.domain.IntegrationTestValue.class - [JAR]