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 elastic-apm-agent-1.42.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
co.elastic.apm.agent.util
├─ co.elastic.apm.agent.util.Version.class - [JAR]
co.elastic.apm.agent.premain
├─ co.elastic.apm.agent.premain.AgentMain.class - [JAR]
├─ co.elastic.apm.agent.premain.BootstrapCheck.class - [JAR]
├─ co.elastic.apm.agent.premain.BootstrapChecks.class - [JAR]
├─ co.elastic.apm.agent.premain.JavaVersionBootstrapCheck.class - [JAR]
├─ co.elastic.apm.agent.premain.ShadedClassLoader.class - [JAR]
├─ co.elastic.apm.agent.premain.VerifyNoneBootstrapCheck.class - [JAR]
co.elastic.apm.agent.premain.common.util
├─ co.elastic.apm.agent.premain.common.util.AgentInfo.class - [JAR]
├─ co.elastic.apm.agent.premain.common.util.ProcessExecutionUtil.class - [JAR]
├─ co.elastic.apm.agent.premain.common.util.ResourceExtractionUtil.class - [JAR]
co.elastic.apm.agent.premain.common
├─ co.elastic.apm.agent.premain.common.JvmRuntimeInfo.class - [JAR]
├─ co.elastic.apm.agent.premain.common.ThreadUtils.class - [JAR]