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 hello-world-entity-2.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.terracotta.management.entity.helloworld
├─ org.terracotta.management.entity.helloworld.HelloWorld.class - [JAR]
org.terracotta.management.entity.helloworld.server
├─ org.terracotta.management.entity.helloworld.server.HelloWorldEntity.class - [JAR]
├─ org.terracotta.management.entity.helloworld.server.HelloWorldEntityServerService.class - [JAR]
├─ org.terracotta.management.entity.helloworld.server.HelloWorldImpl.class - [JAR]
org.terracotta.management.entity.helloworld.client
├─ org.terracotta.management.entity.helloworld.client.HelloWorldEntity.class - [JAR]
├─ org.terracotta.management.entity.helloworld.client.HelloWorldEntityClientService.class - [JAR]
├─ org.terracotta.management.entity.helloworld.client.HelloWorldEntityFactory.class - [JAR]
org.terracotta.management.entity.helloworld.client.management
├─ org.terracotta.management.entity.helloworld.client.management.ExposedHelloWorldEntity.class - [JAR]
├─ org.terracotta.management.entity.helloworld.client.management.HelloWorldManagementProvider.class - [JAR]
├─ org.terracotta.management.entity.helloworld.client.management.HelloWorldManagementRegistry.class - [JAR]