How to Check Java Version on a Mac
This wikiHow will teach you how to check what version of Java you have installed on your Mac by checking the System Preferences, using the Java website, or by using your Mac's Terminal. Click . It's the Apple icon in the upper-left of the...
Method 1 of 3:
Checking Your System Preferences
- Click
- Click System Preferences. It's the second option from the top of the drop-down menu.
- Click the Java icon. It's the icon with the blue coffee cup and orange steam. Clicking it opens the Java Control Panel in a new window.
- If you don't see the Java icon, you do not have Java installed.
- Click the Update tab at the top. This screen will tell you if you what version of Java you have, and if you need to update Java.
- If there is an update available, follow the instructions to update to the latest recommended version of Java. You can also check the box for "Check for Automatic Updates" so your version will always be updated to the latest versions when they are available.
Method 2 of 3:
Reviewing the Java Website
- Open the Safari browser on your Mac. It's the app with an icon that looks like a blue compass.
- Go to https://www.java.com/en/download/installed.jsp in Safari. Type https://www.java.com/en/download/installed.jsp in the address bar and press ⏎ Return.
- Click Verify Java Version. It's a red button in the center of the page. This may prompt a pop-up window asking if you want to run Java on this page.
- Click Run, to confirm. The website will detect what version of Java you are running and recommend an update if needed.
Method 3 of 3:
Getting Information from Your Terminal
- Click Spotlight
- Enter Terminal in the search bar. As you type, search results will filter below the search bar.
- Double-click Terminal
- Type java -version and press ⏎ Return. This command will tell you what version of Java your Mac is currently running.
5 ★ | 1 Vote
You should read it
- How to Determine Java Version
- How to Update Java
- How to Fix Java
- What is Java? Why choose Java?
- How to Check Your Java Version in the Windows Command Line
- How to check the Java version on Windows and macOS
- How to Check Java Version on Mac
- How to Enable Java
- How to Disable Java
- Basic Java syntax
- How to Install Java on Linux
- 4 ways to write multi-threaded code in Java