Additional Information
To check if you have Java installed, and if so what version of the JRE is being used by default, follow these steps:
- Open up either Command Prompt or Windows PowerShell
- Type the command: Java -Version
If the response gives you a number, that is the version of Java you have installed and Windows is using.
If the command returns an error that the term 'Java' is not recognised, then you either do not have Java installed, or it is not configured properly and Windows is not locating it because the
Path environment variable is not correctly set.