
jenv
List of commands for jenv:
-
jenv:tldr:0791f jenv: Display the current JDK version used.$ jenv versiontry on your machineexplain this command
-
jenv:tldr:2f611 jenv: Display all managed JDKs.$ jenv versionstry on your machineexplain this command
-
jenv:tldr:8e719 jenv: Add a Java version to jEnv.$ jenv add ${path-to-jdk_home}try on your machineexplain this command
-
jenv:tldr:94db6 jenv: Enable a jEnv plugin.$ jenv enable-plugin ${plugin_name}try on your machineexplain this command
-
jenv:tldr:b6258 jenv: Set the JDK version for the current shell session.$ jenv shell ${java_version}try on your machineexplain this command
-
jenv:tldr:c7383 jenv: Set the global JDK version.$ jenv global ${java_version}try on your machineexplain this command