Changes between Version 8 and Version 9 of JavaOnLinux
- Timestamp:
- 07/29/09 01:57:09 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JavaOnLinux
v8 v9 7 7 8 8 == 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.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". 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. 10 10 11 11 Open 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): … … 64 64 == Additional points to look into == 65 65 * Install the Apache Portable Runtime 66 * Optimize heap settings, use the -server runtime 66 67 * Install JAI (Java Advanced Imaging) 67 68 * Install ImageIO (Native library for Java)