Skip to content

Instantly share code, notes, and snippets.

View solio's full-sized avatar

夏治道(xiazhidao solio) solio

View GitHub Profile
public class AgentInstaller {
/** The created agent jar file name */
protected static final AtomicReference<String> agentJar = new AtomicReference<String>(null);
/**
* Self installs the agent, then runs a person sayHello in a loop
* @param args None
*/
public static void main(String[] args) {