Open
Description
I would like to be able to install 2 or 3 different installments of the same JDK version. Like 21.0 of Oracle-JDK and 21.0 of GraalVM. Now it isn't possible because the version of graalVM is 'oracle64-21.0.4' and this is the same as the regular JDK. It would be nice if you could specify the prefix, like:
jenv add /Library/Java/JavaVirtualMachines/graalvm-21.jdk/Contents/Home/ graalvm
And this would generate:
graalvm_oracle64-21.0.4 added
graalvm_21.0.4 added
graalvm_21.0 already present
graalvm_21 already present
Then you can switch to the graalVM version with:
jenv local graalvm_21
Metadata
Metadata
Assignees
Labels
No labels