How To: Change Add System Environment Variables - Tset-Noitamotua/Sikuli-and-Robot-Framework-Integration GitHub Wiki

How-To: Change/Add System Environment Variables

This applies for Windwos 8.1!

Press Win + s and type env ... then click on "change system environment variables"

How to find where to edit system environment variables

Then click on "environment variables"

System Properties

Click on "new"-button to add new variables or dobbel-click existing variables to change them

Environment Variables

To check what you have done press Win + r and type cmd ... then type "echo" (without " ") and the name of the environment variable you added surrounded by % (e.g. echo %path% or echo %classpath%)

Cmd Example