tar -zxvf jdk-8u111-linux-x64.tar.gz 修改/etc/profile 在打开的文件末尾添加如下 ... export PATH=$JAVA_HOME/bin:$PATH; source /etc/profile #使配置文件立即生效 ...
確定! 回上一頁