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-calculator-bundle-2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
calculator.dosgi.impl
├─ calculator.dosgi.impl.CalculatorActivator.class - [JAR]
├─ calculator.dosgi.impl.CalculatorServiceDSImpl.class - [JAR]
├─ calculator.dosgi.impl.CalculatorServiceImpl.class - [JAR]
calculator.dosgi
├─ calculator.dosgi.CalculatorService.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]
calculator.rmi
├─ calculator.rmi.OperationsRMIServer.class - [JAR]
├─ calculator.rmi.OperationsRMIServer_Stub.class - [JAR]
├─ calculator.rmi.OperationsRemote.class - [JAR]