Delete564
From DOC
(Redirected from Install Java)
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 -versionVerify that the version number is 1.6 or greater.
Also, verify that JAVA_HOME has been setup: Windows:
set JAVA_HOMELinux:
echo $JAVA_HOMEVerify that this environment variable refers to a Java JDK (not JRE) installation.

