1.0.1 • Published 3 years ago

vmj v1.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

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.