diff options
author | Ivan Dubrov <dubrov.ivan@gmail.com> | 2016-10-23 08:42:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-23 08:42:46 -0700 |
commit | 3a63c5506ac86d8213b6cf84a0fec5c19bdf527c (patch) | |
tree | 2b83ffd8c385a50780afe203991fc14534e563a8 | |
parent | 57aafd65f5fa9c8fc07b8676d6309728bee91b3e (diff) | |
parent | ed451d4cdc0a29d2f1fed1a15ec5fffa553136cb (diff) | |
download | dcevm-3a63c5506ac86d8213b6cf84a0fec5c19bdf527c.tar.gz dcevm-3a63c5506ac86d8213b6cf84a0fec5c19bdf527c.zip |
Merge pull request #85 from ebourg/master
Installation instructions for Debian/Ubuntu
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -59,6 +59,13 @@ Or you can install DCEVM using the gradle script: * Run `./gradlew installFastdebug -PtargetJre=$JAVA_HOME/jre` or `./gradlew installProduct -PtargetJre=$JAVA_HOME/jre` * DCEVM will be installed as "alternative" JVM. To use it, add `-XXaltjvm=dcevm` +Alternatively, on Debian and Ubuntu systems DCEVM can be installed with the +[`openjdk-7-jre-dcevm`](https://tracker.debian.org/pkg/openjdk-7-jre-dcevm) +package and invoked by adding the `-dcevm` command line parameter: + + * Run `apt-get install openjdk-7-jre-dcevm` + * Run `java -dcevm -version`, it should include `Dynamic Code Evolution` string. + ### Testing DCEVM * Configure version you want in [gradle.properties](gradle.properties). |