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 sample-operations-bundle-2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
calculator.dosgi.operations.impl
├─ calculator.dosgi.operations.impl.AddServiceImpl.class - [JAR]
├─ calculator.dosgi.operations.impl.DivideServiceImpl.class - [JAR]
├─ calculator.dosgi.operations.impl.MultiplyServiceImpl.class - [JAR]
├─ calculator.dosgi.operations.impl.OperationsActivator.class - [JAR]
├─ calculator.dosgi.operations.impl.SubtractServiceImpl.class - [JAR]
calculator.dosgi.operations
├─ calculator.dosgi.operations.AddService.class - [JAR]
├─ calculator.dosgi.operations.DivideService.class - [JAR]
├─ calculator.dosgi.operations.MultiplyService.class - [JAR]
├─ calculator.dosgi.operations.SubtractService.class - [JAR]