Installing Java
RobusTest requires the Java JDK (not JRE).
Steps
1. Download the Java JDK for your operating system from: https://www.oracle.com/java/technologies/downloads/
2. Run the installer and follow the on-screen instructions.
3. (Windows only) Set the JAVA_HOME environment variable:
- Open Command Prompt as Administrator (search for Command Prompt, right-click, select Run as Administrator).
- Run the following command, replacing the path with your actual JDK installation path:
setx -m JAVA_HOME "C:\Program Files\Java\jdk-14.0.2"
You should see: SUCCESS: Specified value was saved.
