If you recently updated macOS from Catalina to Big Sur and see some issues with Java - you can try installing Java by following this article - Install Java on macOS
If you are unable to access Java via IDE's like Eclipse, Netbeans, or IDEA IntelliJ, you can follow the below steps,
- Open Terminal,
- Run the command $ vim .bash_profile to open bash profile,
- Add the following: export JAVA_HOME=$(/usr/libexec/java_home),
- Exit vim and type: $ source .bash_profile
Now type echoing $JAVA_HOME you should see your java version installed location: /Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!