Install Java for Windows

Make sure you have the correct version of Java installed, as specified in the system requirements for your version of ExtraView. If you are upgrading from a previous version of ExtraView, please do not assume you have the correct version installed.

If you are using or installing Apache Tomcat 5.5, you must install the J2SE JDK. Apache Tomcat versions 6.0 and 7.0 can use the (smaller) JRE. We recommend upgrading to Apache Tomcat 7.0.

Double-click on the Java installation file that you downloaded. In our example, it is named jre-6u27-windows-x64.exe. When asked to select an install folder, enter C:\ExtraView\jre6_27, or the corresponding value for your system. You may be prompted with a Windows Security Warning - click "Run" to proceed.

Check the checkbox to Change the Installation Folder.

Take the defaults, but change the install folder to C:ExtraViewjre6_27.

When the installation completes, you will be told that the JRE will autoupdate. You should disable this by following the instructions provided in the final screen of the Installation Tool. (http://java.com/autoupdate).

If you will be using your installation as a development environment, you should make sure you have a JAVA_HOME environment variable set. It is worth setting this in any case, as it might be needed at some time in the future. Go to the Windows Control Panel and select System. Select the Advanced tab and click on Environment Variables. Under System Variables, define the variable JAVA_HOME as the directory where you installed Java:

JAVA_HOME=C:\Extraview\jre6_27