On Ubuntu,
Then check your java version. If you are using JDK 7, either ensure you are building a jikesrvm version later than 3.1.3 or switch to JDK 6.
Then,
- hg clone http://hg.code.sourceforge.net/p/jikesrvm/code jikesrvm
- cd jikesrvm
- bin/buildit localhost prototype-opt # Change this to select appopriate configuration
- ./dist/prototype-opt_$(uname -m)-linux/rvm -version # Change dir to use selected host and configuration
Labels