Changes between Version 97 and Version 98 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 01/21/11 01:40:20 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v97 v98 37 37 * [wiki:InstallationGuidelinesPostgreSQL#AddGeometrycolumntogis_location] 38 38 == Java == 39 [http://docs.geoserver.org/stable/en/user/production/java.html Update]: As of version 2.0, a Java Runtime Environment (JRE) is sufficient to run GeoServer. GeoServer no longer requires a Java Development Kit (JDK). 40 41 Note: OpenJDK does not work optimally with GeoServer 42 43 {{{ 44 #for ubuntu 10.x 45 vim /etc/apt/sources.list 46 #uncomment partner repository 47 sudo apt-get update 48 sudo apt-get install sun-java6-jre 49 }}} 50 39 51 {{{ 40 52 vim /etc/apt/sources.list