From 2b02f13d928129134bc32bd62776212bb0cf1d33 Mon Sep 17 00:00:00 2001 From: Niklas Gustavsson Date: Sun, 28 Jul 2019 18:02:11 +0200 Subject: [PATCH] Why not jEnv --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3a1a75d..3d87917 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ A Java version manager heavily inspired by Java versions and allows for keeping the Java version for a project under version control. +## Why not jEnv? + +[jEnv](https://github.com/jenv/jenv) is a great tool with similar goals. +However, I wanted javaenv to manage the full life cycle of the Java +environment, including installation, in order to simplify some workflows. + ## Support javaenv supports Linux and Mac OS X. Support for Windows should be doable but