GeoWebCache

Changes between Version 8 and Version 9 of JavaOnLinux

Show
Ignore:
Timestamp:
07/29/09 01:57:09 (14 months ago)
Author:
arneke (IP: 77.40.151.35)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavaOnLinux

    v8 v9  
    77 
    88== Installing Java == 
    9 Go to http://java.sun.com , find the latest Standard Edition Java Development Kit for "Linux x64" (or "Linux" if you have a i586 system). At the time of writing it was "JDK 6 Update 14". Download the .bin version, even if you are running an RPM based system. We do this because you may already have some version of Java installed, and this will interfere. 
     9Go to http://java.sun.com , find the latest Standard Edition Java Development Kit for "Linux x64" (or "Linux" if you have a i586 system). At the time of writing it was "JDK 6 Update 14". You could also get the JRE, but it's just as well to pick up the JDK in case you want to run GeoServer 1.7.x. Download the .bin version, even if you are running an RPM based system. We do this because you may already have some version of Java installed, and this will interfere. 
    1010 
    1111Open a command line, then go into /opt or create it if does not already exist. Then unpack the archive that you just downloaded (either prefix with 'sudo', or use 'su' first, to do it as root): 
     
    6464== Additional points to look into == 
    6565  * Install the Apache Portable Runtime 
     66  * Optimize heap settings, use the -server runtime 
    6667  * Install JAI (Java Advanced Imaging) 
    6768  * Install ImageIO (Native library for Java)