The RobotEngine requires that JAVA_HOME is set in the system variables. Below is an example of how to set JAVA_HOME for Windows 7.
- Click on the “Startup Menu“
- Click on “Computer“
- In window, right click and select “Properties“
- Click on “Advanced system settings“
- Click on “Environment Variables”
- Under “System variables”, click the “New…” button
- For “Variable name:“, enter “JAVA_HOME“
- For “Variable value:”, enter your java home path.
An example of the JAVA_HOME is as follow:
C:\Program Files\Java\jdk1.6.0_31