vmj

Easely install, switch and manage different JRE and JDK versions

Usage no npm install needed!

<script type="module">
  import vmj from 'https://cdn.skypack.dev/vmj';
</script>

README

About

vmj is a version manager for Java, that allows to quickly switch between your installed Java versions and to download and setup for you different JREs and JDKs.

For more info visit https://vmj.francescosorge.com/

Installation

  1. Globally install vmj via npm:
npm i -g vmj
  1. Launch command
vmj
  1. Change your JAVA_HOME variable to point to: your/home/folder/.vmj/java

  2. Change your env variable PATH to point to: your/home/folder/.vmj/java/bin

  3. A reboot may be required depending on your OS in order to refresh the system's enviroment variables.