JVM version manager

Posted by luacassus on Stack Overflow See other posts from Stack Overflow or by luacassus
Published on 2010-03-17T16:18:50Z Indexed on 2010/03/17 16:21 UTC
Read the original article Hit count: 274

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about jvm