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.
– chriptus13