The first runtime enhancement method is to provide a _javaagent_ when launching the JVM that OpenJPA is going run in. -javaagent: For Eclipse, specify the above _javaagent_ value on the Run Configuration page. For ANT, provide the _javaagent_ value as a _jvmarg_ when launching an application. Below is a snippet that shows how to pass in the _javaagent_ when launching a Java SE application that uses OpenJPA. ...