Java installation

From OpenKM Documentation
Revision as of 11:04, 25 January 2010 by Pavila (talk | contribs) (Created page with 'You should check if there is a previous java version installed in your system. You can check it running this command: $ java -version It will tell you the installed version, i…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You should check if there is a previous java version installed in your system. You can check it running this command:

$ java -version

It will tell you the installed version, if any. Keep in mind that OpenKM needs JDK 1.6 (or higher) to run. If you use a Debian based Linux distribution, you can install the Java JDK this way:

$ aptitude install sun-java6-jdk

If you use a Windows based OS, download and install Java JDK from http://java.sun.com/javase/downloads/index_jdk6.jsp. In other case visit http://java.sun.com for more information.