JVM version manager
- by luacassus
Is there Ruby Version Manager (http://rvm.beginrescueend.com) equivalent for the Java world?
I'm looking for tool which allow me to easily download and install a new JVMs and switch between them. For example:
jvm install <version>
jvm list - will list installed JVMs on my system
jvm use jdk1.6 - will switch my env to jdk 1.6 version, etc.