Problem scenario
You run java commands but you get the error “/usr/bin/java no such file or directory.” What should you do?
Possible Solution #1
Reinstall Java.
Possible Solution #2
You may have deleted a linked file. To find the destination file, run this:
sudo find / -name java -type f
Based on the results,
…
Continue reading “How Do You Troubleshoot “/usr/bin/java no such file or directory”?”