[Feature]: Symlink of current
of Java should be JAVA_HOME
#321
Labels
enhancement
New feature or request
current
of Java should be JAVA_HOME
#321
1. Your usage scenarios?
I want to point my Java IDE (IntelliJ) to a specific JAVA_HOME directory.
´C:\Users\koppor.version-fox\cache\java\current
is a very good directory for that. However, the symlink points to the sub directory
binof the current JDK (
´C:\Users\koppor.version-fox\cache\java\currentpoints to
C:\Users\koppor.version-fox\cache\java\v-21.0.2+13\java-21.0.2+13\bin` in my example)2. What is your expected outcome?
points to
C:\Users\koppor.version-fox\cache\java\v-21.0.2+13\java-21.0.2+13`PATH
hasC:\Users\koppor\.version-fox\cache\java\v-21.0.2+13\java-21.0.2+13\bin
(instead of withoutbin
This way, one can point the IDE to the path ...current... without worrying the IDE not re-evaluating
JAVA_HOME
environment variable when switching JDKs.The text was updated successfully, but these errors were encountered: