Repository: cloudstack-docs-install
Updated Branches:
  refs/heads/master a30777552 -> bde0499a1


corrected the java version to 1.7: This closes #15

changed java package and JAVA_HOME to 1.7

Signed-off-by: Sebastien Goasguen <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/bde0499a
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/bde0499a
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/bde0499a

Branch: refs/heads/master
Commit: bde0499a137b48d74c4b4f7d3b474f0c5b370608
Parents: a307775
Author: Rajani Karuturi <[email protected]>
Authored: Wed Jun 18 11:14:58 2014 +0530
Committer: Sebastien Goasguen <[email protected]>
Committed: Wed Jun 18 03:15:40 2014 -0400

----------------------------------------------------------------------
 source/building_from_source.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/bde0499a/source/building_from_source.rst
----------------------------------------------------------------------
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index a4cb300..2ca884b 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -300,7 +300,7 @@ Linux.
 
 .. sourcecode:: bash
 
-   # yum install java-1.6.0-openjdk-devel.x86_64 genisoimage mysql 
mysql-server ws-commons-util MySQL-python tomcat6 createrepo
+   # yum install java-1.7.0-openjdk-devel.x86_64 genisoimage mysql 
mysql-server ws-commons-util MySQL-python tomcat6 createrepo
 
 Next, you'll need to install build-time dependencies for CloudStack with
 Maven. We're using Maven 3, so you'll want to `grab a Maven 3
@@ -320,7 +320,7 @@ environment variable to be set:
 
 .. sourcecode:: bash
 
-   $ export JAVA_HOME=/usr/lib/jvm/jre-1.6.0-openjdk.x86_64/
+   $ export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.55.x86_64
 
 Verify that Maven is installed correctly:
 

Reply via email to