Start the JVM specifying the java agent to be used, like so:
-javaagent:path/to/spring-agent.jar
where spring-agent.jar
is a JAR file containing the {@link InstrumentationSavingAgent} class.
In Eclipse, for example, set the Run configuration's JVM args to be of the form:
-javaagent:${project_loc}/lib/spring-agent.jar
@author Rod Johnson
@since 2.0
@see InstrumentationSavingAgent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|