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 kie-wb-common-compiler-service-7.74.1.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.kie.workbench.common.services.backend.compiler.service.executors
├─ org.kie.workbench.common.services.backend.compiler.service.executors.CompilerAggregateEntryCache.class - [JAR]
├─ org.kie.workbench.common.services.backend.compiler.service.executors.CompilerExecutor.class - [JAR]
├─ org.kie.workbench.common.services.backend.compiler.service.executors.DefaultLocalExecutor.class - [JAR]
├─ org.kie.workbench.common.services.backend.compiler.service.executors.DefaultRemoteExecutor.class - [JAR]
├─ org.kie.workbench.common.services.backend.compiler.service.executors.RemoteExecutor.class - [JAR]
org.kie.workbench.common.services.backend.compiler.service
├─ org.kie.workbench.common.services.backend.compiler.service.AFCompilerService.class - [JAR]
├─ org.kie.workbench.common.services.backend.compiler.service.DefaultKieCompilerService.class - [JAR]