Post

Replies

Boosts

Views

Activity

Reply to Java Runtime not found
I had the same issue with macOS Ventura 13.0.1 - I installed homebrew and brew installed java by following this StackOverFlow: https://stackoverflow.com/questions/65601196/how-to-brew-install-java I think the main part worked for me is this - "you also need to create a symlink for the system Java wrappers to find this JDK:" sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
Mar ’23