source: local/greenstone3/linux-64bit/README--self-sufficient.txt@ 35642

Last change on this file since 35642 was 35642, checked in by davidb, 3 years ago

Updated text after testing on Ubuntu 21 64-bit

File size: 484 bytes
Line 
1
2# You can download a OpenJDK11 tar.gz file from:
3
4 firefox "https://www.azul.com/downloads/?version=java-11-lts&os=linux&architecture=x86-64-bit&package=jdk#download-openjdk"
5
6At the time of writing:
7
8 wget "https://cdn.azul.com/zulu/bin/zulu11.50.19-ca-jdk11.0.12-linux_x64.tar.gz"
9
10 tar xvzf zulu11.50.19-ca-jdk11.0.12-linux_x64.tar.gz
11 mv zulu11.50.19-ca-jdk11.0.12-linux_x64 zulu-jdk11-linux64
12
13 export JAVA_HOME=$PWD/zulu-jdk11-linux64
14 export PATH=$JAVA_HOME/bin:$PATH
15
16
Note: See TracBrowser for help on using the repository browser.