Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Java version documentation to current required versions
  • Loading branch information
lmcglohon committed Mar 16, 2018
1 parent e78dae1 commit 92b14e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clustering/CLUSTERING_README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion launcher/archivesspace.bat
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion launcher/archivesspace.sh
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion launcher/service.bat
Expand Up @@ -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
Expand Down

0 comments on commit 92b14e2

Please sign in to comment.