Changeset 35706


Ignore:
Timestamp:
2021-10-25T19:38:43+13:00 (2 years ago)
Author:
davidb
Message:

Updated to reflect new JDK 1.8 minimum, and a newer way on MacOS to find your JDK distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/README.txt

    r30375 r35706  
    6060To recompile the source from a binary release:
    6161* Download the source code component and unpack into Greenstone3 directory.
    62 * You will need to install a JDK, 1.5 or later.
     62* You will need to install a JDK, 1.8 or later.
    6363* Rename the packages/jre folder to something else (eg jre.old)
    6464* Set JAVA_HOME environment to be the root of your Java installation.
     
    181181------------------------------------------------
    182182
    183 Set JAVA_HOME to be /Library/Java/Home
     183A good way to find out where your JDK is installed is to run:
     184
     185  /usr/libexec/java_home
     186
     187For (admittedly older) MacOS distributions, the typically value use for JAVA_HOME is:
     188
     189  export JAVA_HOME=/Library/Java/Home
     190
    184191
    185192Notes for Windows
Note: See TracChangeset for help on using the changeset viewer.