Previous Next

Java Installation

Prior to installing, verify whether your computer has Java installed. To check, open the command prompt and enter the following:

C:\Users\Your Name>java -version

If Java is present, you should see something like this

java version "23.0.1"
Java(TM) SE Runtime Environment (build 23.0.1)
Java HotSpot(TM) 64-Bit Server VM (build 23.0.1, mixed mode)

Setup for Windows

Previous Next