From f185ef67ef8ae1e4260619fd15a866a277d0a5fc Mon Sep 17 00:00:00 2001 From: 8ga Date: Fri, 10 Jan 2025 13:51:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ubuntu-jdk8.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ubuntu-jdk8.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ubuntu-jdk8.sh b/ubuntu-jdk8.sh index 7852b51..1c1812f 100644 --- a/ubuntu-jdk8.sh +++ b/ubuntu-jdk8.sh @@ -1,15 +1,9 @@ #!/bin/bash - cd /usr/local - wget https://mirrors.huaweicloud.com/java/jdk/8u202-b08/jdk-8u202-linux-x64.tar.gz - tar -zvxf jdk-8u202-linux-x64.tar.gz - echo "export JAVA_HOME=/usr/local/jdk1.8.0_202" | tee -a /etc/profile echo "export CLASSPATH=$:CLASSPATH:$JAVA_HOME/lib/" | tee -a /etc/profile echo "export PATH=$PATH:$JAVA_HOME/bin" | tee -a /etc/profile - source /etc/profile - java -version \ No newline at end of file