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 org.eclipse.e4.core.commands-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.e4.core.commands.internal
├─ org.eclipse.e4.core.commands.internal.CommandServiceCreationFunction.class - [JAR]
├─ org.eclipse.e4.core.commands.internal.CommandServiceImpl.class - [JAR]
├─ org.eclipse.e4.core.commands.internal.HandlerServiceCreationFunction.class - [JAR]
├─ org.eclipse.e4.core.commands.internal.HandlerServiceHandler.class - [JAR]
├─ org.eclipse.e4.core.commands.internal.HandlerServiceImpl.class - [JAR]
├─ org.eclipse.e4.core.commands.internal.ICommandHelpService.class - [JAR]
├─ org.eclipse.e4.core.commands.internal.SetEnabled.class - [JAR]
org.eclipse.e4.core.commands
├─ org.eclipse.e4.core.commands.CommandServiceAddon.class - [JAR]
├─ org.eclipse.e4.core.commands.ECommandService.class - [JAR]
├─ org.eclipse.e4.core.commands.EHandlerService.class - [JAR]
├─ org.eclipse.e4.core.commands.ExpressionContext.class - [JAR]