SET JAVA_HOME to reflect jenv java version
Try the “export” plugin: jenv enable-plugin export You can check the Export plugin section in Readme.md at the jEnv Github repo (https://github.com/gcuisinier/jenv)
Try the “export” plugin: jenv enable-plugin export You can check the Export plugin section in Readme.md at the jEnv Github repo (https://github.com/gcuisinier/jenv)
You need to install the jenv maven plugin, try the following command and reload your shell: jenv enable-plugin maven
The cleanest way to manage multiple java versions on Mac is to use Homebrew. And within Homebrew, use: homebrew-cask to install the versions of java jenv to manage the installed versions of java As seen on http://hanxue-it.blogspot.ch/2014/05/installing-java-8-managing-multiple.html , these are the steps to follow. install homebrew install homebrew jenv install homebrew-cask install a specific java … Read more