You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have openjdk installed via homebrew and when I open the UI app it doesn't detect java. Is that an intentional design decision to only detect java installed by the app itself instead of by some other means?
# Remove Java that was installed by Qortal UI
rm -rf ~/jdk-17.0.2
# Add homebrew jdk to PATH
brew link openjdk --force
echo'export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"'>>~/.zshrc
I have openjdk installed via homebrew and when I open the UI app it doesn't detect java. Is that an intentional design decision to only detect java installed by the app itself instead of by some other means?
It looks like the paths being detected are hard coded.
The text was updated successfully, but these errors were encountered: