jdk1.8 installation document

Resource download address: https://pan.baidu.com/s/1H5wo2nTApl3yBq8gdG_zOg Extraction code: ippl, after the resource download is complete, follow up operations.
Current execution environment: centOs7

One, create a folder

mkdir -p /usr/java/jdk8

2. Upload the jdk installation package and jdk8.sh script to /usr/java/jdk8

Insert picture description here

Three, modify the shell script permissions

chmod 755 /usr/java/jdk8/jdk8.sh

Fourth, execute the script

/usr/java/jdk8/jdk8.sh

Guess you like

Origin blog.csdn.net/qq_44132240/article/details/114031652