Wednesday, July 27, 2016

Java Install under Windows

1. Go to http://www.oracle.com/technetwork/java/javase/downloads/index.html and download and install BOTH the JRE and the JDK

2. After they are installed you must add the following to your System Variables:

  • JAVA_HOME          C:\Program Files\Java\jdk1.8.0_74 (or whatever your actual install path is)
  • JDK_HOME            %JAVA_HOME%\bin
  • JRE_HOME            %JAVA_HOME%\jre