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 dirigible-engine-js-3.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.dirigible.engine.js.api
├─ org.eclipse.dirigible.engine.js.api.AbstractJavascriptExecutor.class - [JAR]
├─ org.eclipse.dirigible.engine.js.api.IJavascriptEngineExecutor.class - [JAR]
├─ org.eclipse.dirigible.engine.js.api.IJavascriptEngineProcessor.class - [JAR]
├─ org.eclipse.dirigible.engine.js.api.ResourcePath.class - [JAR]
org.eclipse.dirigible.engine.js.service
├─ org.eclipse.dirigible.engine.js.service.JavascriptEngineRestService.class - [JAR]
org.eclipse.dirigible.engine.js.module
├─ org.eclipse.dirigible.engine.js.module.JavascriptModule.class - [JAR]
org.eclipse.dirigible.engine.js.processor
├─ org.eclipse.dirigible.engine.js.processor.DefaultJavascriptEngineExecutor.class - [JAR]
├─ org.eclipse.dirigible.engine.js.processor.JavascriptEngineProcessor.class - [JAR]