Quick Start Guide

  1. svn co https://jikesrvm.svn.sourceforge.net/svnroot/jikesrvm/rvmroot/trunk jikesrvm
  2. cd jikesrvm
  3. echo "host.name=ia32-linux" > .ant.properties   # Change this to match appropriate host
  4. ant main -Dconfig.name=prototype-opt             # Change this to select appopriate configuration
  5. ./dist/prototype-opt_ia32-linux/rvm -version      # Change dir to use selected host and configuration