jar

com.bluetrainsoftware.common : agent-loader

Maven & Gradle

Mar 12, 2014
3 usages

common-agent-loader · Allows dynamic loading of agents. Forked from JMockIt into general purpose artifact, includes JDK6 code which is licensed using the GPLv2 with Classpath Exception. This license is detailed here: http://openjdk.java.net/legal/gplv2+ce.html These classes are normally only in the JDK, so if you are running a JRE, you otherwise are unable

Table Of Contents

Latest Version

Download com.bluetrainsoftware.common : agent-loader JAR file - Latest Versions:

All Versions

Download com.bluetrainsoftware.common : agent-loader JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window agent-loader-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

sun.tools.attach

├─ sun.tools.attach.BsdVirtualMachine.class - [JAR]

├─ sun.tools.attach.HotSpotVirtualMachine.class - [JAR]

├─ sun.tools.attach.LinuxVirtualMachine.class - [JAR]

├─ sun.tools.attach.SolarisVirtualMachine.class - [JAR]

├─ sun.tools.attach.WindowsVirtualMachine.class - [JAR]

com.sun.tools.attach

├─ com.sun.tools.attach.AgentInitializationException.class - [JAR]

├─ com.sun.tools.attach.AgentLoadException.class - [JAR]

├─ com.sun.tools.attach.AttachNotSupportedException.class - [JAR]

├─ com.sun.tools.attach.AttachPermission.class - [JAR]

├─ com.sun.tools.attach.VirtualMachine.class - [JAR]

├─ com.sun.tools.attach.VirtualMachineDescriptor.class - [JAR]

com.bluetrainsoftware.agent

├─ com.bluetrainsoftware.agent.AgentLoader.class - [JAR]

com.sun.tools.attach.spi

├─ com.sun.tools.attach.spi.AttachProvider.class - [JAR]