diff options
author | Emmanuel Bourg <ebourg@apache.org> | 2015-09-22 12:01:26 +0200 |
---|---|---|
committer | Emmanuel Bourg <ebourg@apache.org> | 2015-09-22 12:04:32 +0200 |
commit | ed451d4cdc0a29d2f1fed1a15ec5fffa553136cb (patch) | |
tree | a2c348748747d68096ba61e03207fdc35d855a8a | |
parent | 089a8a01852467414314592ba342713e2b71ad6d (diff) | |
download | dcevm-ed451d4cdc0a29d2f1fed1a15ec5fffa553136cb.tar.gz dcevm-ed451d4cdc0a29d2f1fed1a15ec5fffa553136cb.zip |
Added 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). |