| Load time weaver relying on Instrumentation.
Start with java agent, with JVM options like:
-javaagent:path/to/spring-agent.jar
where spring-agent.jar is a JAR file
containing the 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 Also: InstrumentationSavingAgent |