Created
February 18, 2016 20:46
-
-
Save ashic/8176afc74a8dd96ef166 to your computer and use it in GitHub Desktop.
JDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #/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." | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is version 8