How to fix the following error received in Terminal:
"The operation couldn’t be completed. Unable to locate a Java Runtime that supports apt.
"Please visit http://www.java.com for information on installing Java."
I went to the link, installed Java using the link, but still no-go.
The command that generated this error was: apt update
My Mac: Mini running Ventura 13.4
Here's what Terminal is showing now:
doc@DOCs-Mac-mini opt % install.sh
zsh: command not found: install.sh
doc@DOCs-Mac-mini opt % cd Storm-Breaker
doc@DOCs-Mac-mini Storm-Breaker % ls
README.md install.sh requirements.txt storm-web
Settings.json modules st.py
doc@DOCs-Mac-mini Storm-Breaker % apt update
The operation couldn’t be completed. Unable to locate a Java Runtime that supports apt.
Please visit http://www.java.com for information on installing Java.
doc@DOCs-Mac-mini Storm-Breaker %
What to do?
Thanks!
"The operation couldn’t be completed. Unable to locate a Java Runtime that supports apt.
"Please visit http://www.java.com for information on installing Java."
I went to the link, installed Java using the link, but still no-go.
The command that generated this error was: apt update
My Mac: Mini running Ventura 13.4
Here's what Terminal is showing now:
doc@DOCs-Mac-mini opt % install.sh
zsh: command not found: install.sh
doc@DOCs-Mac-mini opt % cd Storm-Breaker
doc@DOCs-Mac-mini Storm-Breaker % ls
README.md install.sh requirements.txt storm-web
Settings.json modules st.py
doc@DOCs-Mac-mini Storm-Breaker % apt update
The operation couldn’t be completed. Unable to locate a Java Runtime that supports apt.
Please visit http://www.java.com for information on installing Java.
doc@DOCs-Mac-mini Storm-Breaker %
What to do?
Thanks!