We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/libexec/java_home
Currently, the integration installs into the system directory. For example:
/Library/Java/JavaVirtualMachines/zulu-11.66.15_1/Contents/Home
However, it would be more logical to use the same path inside the users path:
/Users/mrmeszaros/Library/Java/JavaVirtualMachines/azul-11.0.20/Contents/Home
The macos integration can be turned on by extending .asdfrc:
.asdfrc
java_macos_integration_enable = yes
The text was updated successfully, but these errors were encountered:
+1, this would also not require the root permission.
Sorry, something went wrong.
support user home for macOS
c5052bf
Fix halcyon#213. To install jdk at user home, set `java_macos_integration_in_home = yes`
70b070a
b966b6f
Successfully merging a pull request may close this issue.
Currently, the integration installs into the system directory. For example:
However, it would be more logical to use the same path inside the users path:
The macos integration can be turned on by extending
.asdfrc
:java_macos_integration_enable = yes
The text was updated successfully, but these errors were encountered: