From 92b14e2f85cfccb473f7835410759abf9ef3a4d0 Mon Sep 17 00:00:00 2001 From: Laney McGlohon Date: Fri, 16 Mar 2018 08:22:08 -0400 Subject: [PATCH] Update Java version documentation to current required versions --- clustering/CLUSTERING_README.md | 2 +- launcher/archivesspace.bat | 2 +- launcher/archivesspace.sh | 2 +- launcher/service.bat | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clustering/CLUSTERING_README.md b/clustering/CLUSTERING_README.md index 746708dda4..bfa52878dd 100644 --- a/clustering/CLUSTERING_README.md +++ b/clustering/CLUSTERING_README.md @@ -93,7 +93,7 @@ We'll assume you already have the following ready to go: files (such as log files and Solr indexes). Ideally this is just a directory on local disk. - * Java 1.6 (or above) installed on each machine. + * Java 1.7 or 1.8 installed on each machine. ## Populate your /aspace/ directory diff --git a/launcher/archivesspace.bat b/launcher/archivesspace.bat index 503e380795..4b3df91dd7 100755 --- a/launcher/archivesspace.bat +++ b/launcher/archivesspace.bat @@ -24,7 +24,7 @@ goto STARTUP :NOJAVA echo *** Could not run your 'java' executable. -echo *** Please ensure that Java 1.6 (or above) is installed on your machine. +echo *** Please ensure that Java 1.7 or 1.8 is installed on your machine. goto END diff --git a/launcher/archivesspace.sh b/launcher/archivesspace.sh index 095157e295..4fcf909ca6 100755 --- a/launcher/archivesspace.sh +++ b/launcher/archivesspace.sh @@ -62,7 +62,7 @@ java -version &>/dev/null if [ "$?" != "0" ]; then echo "Could not run your 'java' executable." - echo "Please ensure that Java 1.6 (or above) is installed and on your PATH" + echo "Please ensure that Java 1.7 or 1.8 is installed and on your PATH" exit fi diff --git a/launcher/service.bat b/launcher/service.bat index 2cbf9a6e3f..9aae539099 100644 --- a/launcher/service.bat +++ b/launcher/service.bat @@ -32,7 +32,7 @@ goto checkJavaHome :nojava echo *** Could not run your 'java' executable. -echo *** Please ensure that Java 1.6 (or above) is installed on your machine. +echo *** Please ensure that Java 1.7 or 1.8 is installed on your machine. goto end :checkJavaHome