Fix JDK path in macOS setup instructions#16
Closed
liuchong wants to merge 2 commits into
Closed
Conversation
Updated JDK path setup instructions for macOS to use brew prefix and set JAVA_HOME correctly.
hett002
reviewed
Nov 11, 2025
|
|
||
| ``` | ||
| sudo ln -sfn /opt/homebrew/opt/openjdk@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-11.jdk | ||
| echo 'export PATH="/opt/homebrew/opt/openjdk@ll/bin:$PATH"' >> ~/.zshrc |
There was a problem hiding this comment.
i dont know what i do in this but thats a good try
There was a problem hiding this comment.
when i try it thats a good but not like that whic h i like in this /bin:$PATH
jfuginay
added a commit
to jfuginay/omni-BASE
that referenced
this pull request
Dec 31, 2025
Removed decorative emoji icons (helicopter, swords, fire truck, water wave) from the UseCases component to simplify the design.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix the typo by replacing 'openjdk@ll' with 'openjdk@11', then update the JDK path setup instructions for macOS to use 'brew --prefix' and set JAVA_HOME correctly, adapting to the latest version of Homebrew.