From 8f17a2fecd70341dad7dd585d318d7cbbc526cce Mon Sep 17 00:00:00 2001 From: Rajani Karuturi Date: Tue, 19 Aug 2014 15:26:51 +0530 Subject: [PATCH] updated instructions to install jdk1.7 for apt-get and yum corrected the java install commands to install jdk1.7 --- rtd/source/developer_guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtd/source/developer_guide.rst b/rtd/source/developer_guide.rst index 0e49688..661cd11 100644 --- a/rtd/source/developer_guide.rst +++ b/rtd/source/developer_guide.rst @@ -66,7 +66,7 @@ Install ``openjdk``. As we're using Linux, OpenJDK is our first choice. :: - apt-get install openjdk-6-jdk + apt-get install openjdk-7-jdk Install ``tomcat6``, note that the new version of tomcat on `Ubuntu `__ is the @@ -143,7 +143,7 @@ Install ``openjdk``. As we're using Linux, OpenJDK is our first choice. :: - yum -y install java-1.6.0-openjdk + yum -y install java-1.7.0-openjdk-devel Install ``tomcat6``, note that the version of tomcat6 in the default CentOS 6.4 repo is 6.0.24, so we will grab the 6.0.35 version. The