logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage Java Versions - jenv | Online Free DevTools by Hexmos

Manage Java versions with jenv, a command-line tool to control the JAVA_HOME environment variable. Simplify Java development workflow. Free online tool, no registration required.

jenv

Manage the “JAVA_HOME” environment variable. More information: https://github.com/jenv/jenv/.

  • Add a Java version to jEnv:

jenv add {{path/to/jdk_home}}

  • Display the current JDK version used:

jenv version

  • Display all managed JDKs:

jenv versions

  • Set the global JDK version:

jenv global {{java_version}}

  • Set the JDK version for the current shell session:

jenv shell {{java_version}}

  • Enable a jEnv plugin:

jenv enable-plugin {{plugin_name}}

See Also