diff options
author | Ivan Dubrov <dubrov.ivan@gmail.com> | 2014-04-25 14:27:50 -0700 |
---|---|---|
committer | Ivan Dubrov <dubrov.ivan@gmail.com> | 2014-04-25 14:27:50 -0700 |
commit | e982980c806163faa1a7e74d36ea586c3d093e86 (patch) | |
tree | a4c5ce98cf941c3f0f39b2db1fabc720d05ac5dd | |
parent | 1deaf9fbf9ca61cc289edc507ffcb3be6d01b131 (diff) | |
download | dcevm-e982980c806163faa1a7e74d36ea586c3d093e86.tar.gz dcevm-e982980c806163faa1a7e74d36ea586c3d093e86.zip |
Update README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -47,7 +47,8 @@ Or you can install DCEVM using the gradle script: To run tests from IDE, you need: - * Add agent.jar as JVM agent (`-javaagent:agent/build/libs/agent.jar`). - * Configure Java to use DCEVM JVM if installed side-by-side (`-XXaltjvm=dcevm`). + * Run `./gradlew agent:build` to build redefinition agent code. + * Add JVM argument to use redefinition agent (`-javaagent:agent/build/libs/agent.jar`). + * Add JVM argument to DCEVM VM if installed side-by-side (`-XXaltjvm=dcevm`). ### Known issues |