0
You will need to download JDK 6 from the Oracle website and set in your environment variables a variable called JDK_HOME with the path to the root of the folder you saved the JDK and add the JDK_HOME bin to your PATH
There is a tutorial on the Oracle website https://java.com/en/download/help/path.xml
It’ll look something like
JDK_HOME = c: jdk_6
PATH = c: system32;%JDK_HOME% bin;