Skip to content

Instantly share code, notes, and snippets.

@ErnyTech
Last active July 18, 2018 14:45
Show Gist options
  • Save ErnyTech/5ab454bbb0150a38bed8355bf9cb0e05 to your computer and use it in GitHub Desktop.
Save ErnyTech/5ab454bbb0150a38bed8355bf9cb0e05 to your computer and use it in GitHub Desktop.
jitpack
wget --no-check-certificate -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/10.0.2+13/19aef61b38124481863b1413dce1855f/jdk-10.0.2_linux-x64_bin.tar.gz
tar xzvf jdk-10.0.2_linux-x64_bin.tar.gz
export JAVA_HOME="$(pwd)/jdk-10.0.2"
export PATH="$PATH:$JAVA_HOME/bin"
$JAVA_HOME/bin/java -version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment