Skip to content

Instantly share code, notes, and snippets.

@ashic
Created February 18, 2016 20:46
Show Gist options
  • Select an option

  • Save ashic/8176afc74a8dd96ef166 to your computer and use it in GitHub Desktop.

Select an option

Save ashic/8176afc74a8dd96ef166 to your computer and use it in GitHub Desktop.
JDK
#/bin/bash
echo "installing jdk 8.........................."
add-apt-repository ppa:webupd8team/java
apt-get update
echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections
apt-get install oracle-java8-installer -y
apt-get install oracle-java8-set-default -y
echo "..........................jdk 8 installed."
apt-get install libjna-java
echo "..........................jna setup complete."
@mouseyone
Copy link
Copy Markdown

This is version 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment