Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JVM version manager

Tags:

java

jvm

rvm

Is there Ruby Version Manager 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. 
like image 637
luacassus Avatar asked Mar 17 '10 16:03

luacassus


People also ask

What is latest JVM version?

Java Platform, Standard Edition 8Java SE 8u341 is the latest release of Java SE 8 Platform.


1 Answers

http://www.jenv.be/ will allow this type of control.

like image 82
dom farr Avatar answered Oct 13 '22 06:10

dom farr