Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build_eclipse_org.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_eclipse_org.env b/scripts/build_eclipse_org.env
index 270f8bdd1..fb8e8afd8 100644
--- a/scripts/build_eclipse_org.env
+++ b/scripts/build_eclipse_org.env
@@ -13,7 +13,7 @@ export BUILD_TYPE=${BUILD_TYPE:-N}
export TMP_DIR=${TMP_DIR:-${BUILD_ROOT}/tmp}
# these could be machine specific
-export JAVA_HOME=${JAVA_HOME:-/shared/common/jdk1.7.0}
+export JAVA_HOME=${JAVA_HOME:-/shared/common/jdk1.7.0_11}
# remember, MaxPermSize is specific to "Oracle VMs". It has to be removed (or over ridden)
# for other VMs or the VM might fail to start due to unrecognized -XX option.
export MAVEN_OPTS=${MAVEN_OPTS:--Xmx2048m -XX:MaxPermSize=256M -Djava.io.tmpdir=${TMP_DIR}}

Back to the top