how to check java version on Mac and Windows
Introduction
We being information seekers use a lot of applications on phones and laptops, These applications are run in java language. Sometimes we get stuck up as some application doesn't run. Blame it on the changing java versions. Yes. So how do we check the current version of your system?
Let's find out how to check the java version of your system.
For Mac Users
1. GUI Using System Preferences of your Mac
1. Apple icon is ready to help click it to find out System Preferences.
2. Look for the Java icon to open the java control panel
3. Look for the 'about' window and see the version
2. checking Terminal on Mac
1. look for the search sign
2. Type terminal on it
3. type java -version
For Window Users
1. Using Control Panel
1. Click start button to open 'control panel'
2. Type java to open java control panel
2. checking Terminal on Windows
1. look for the search sign
2. Type terminal on it
3. type java -version
Comments
Post a Comment