Delete564

From DOC

(Redirected from Install Java)
Jump to: navigation, search

Install Java

Overview

Tolven requires Java 1.6 SE (desktop) to be installed. Java EE components will then be installed later, as part of the application server install. We generally install the latest released version.

On Windows: http://tolven.org/doc/installation/install-java-win.html

On Linux: http://tolven.org/doc/installation/install-java-linux.html

Verify that java is set up correctly. Execute the following from the command line:
java -version

Verify that the version number is 1.6 or greater.

Also, verify that JAVA_HOME has been setup: Windows:

set JAVA_HOME

Linux:

echo $JAVA_HOME

Verify that this environment variable refers to a Java JDK (not JRE) installation.

Personal tools