Last active
January 30, 2025 15:01
-
-
Save jniltinho/08fa25966d16541939b652d6c890b78c to your computer and use it in GitHub Desktop.
Install JDK 7_80 Linux
This file contains 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 | |
# See https://gist.github.com/bmaupin/87631863d55e2accc05ca7759247f887 | |
## https://knowledge.broadcom.com/external/article/41808/resolving-problems-installing-the-java.html | |
## https://www.oracle.com/java/technologies/javase-jce7-downloads.html | |
## https://repo.huaweicloud.com/java/jdk/7u80-b15/ | |
wget --no-cookies --no-check-certificate \ | |
--header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" \ | |
-O jce_policy-8.zip http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment