jEnv alternatives for Windows

Asked

Viewed 268 times

0

Currently use jEnv for switching between Jdks on different client projects, but this tool is only for Linux/Unix/Mac OSX.

With it, I can easily within each project configure the use of JDK 8.11.14 depending on each one. Example:

$ jenv local jdk1.8

Is there any alternative to Windows? I will need in a new project but I’m not used to Windows.

Some conciderations:

  • would not like to exchange JAVA_HOME for each project
  • in tools like Intellij or Eclipse I can configure by project, but I want to accomplish this task via command line
  • I think with the Linux subsystem for Windows you can still use jEnv.

1 answer

1


Excellent alternative is the SDKMAN. With a few minutes of reading Voce will be able to use it in windows.

OFFICIAL SDKMAN PAGE

Windows tool that needs to be installed before SDKMAN: https://docs.microsoft.com/en-us/windows/wsl/install-win10

SDKMAN works only in conjunction with windows linux Subsystem (second link I gave you), mainly due to the fragility of the microsoft system in working with symbolic links.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.