FelixSelter / JEnv-for-Windows

Change your current Java version with one line
Apache License 2.0
633 stars 85 forks source link

Use `.java-version` file for local version #36

Open lkleeven opened 2 years ago

lkleeven commented 2 years ago

To make the tool better interoperable between the windows version and the Linux/Mac version it would be great if the .java-version file would be used to determine what java version to use locally.

This would greatly help when using this in teams with developers on different operating systems, but all using JEnv.

FelixSelter commented 2 years ago

Refer to #37 for further implementation details

dibog commented 1 year ago

I like this, 'pyenv' also supports this. And its a nice documentation for git repos which JRE/JDK to use.