1.将安装包上传到linux中 使用tar命令解压
2.配置java命令(可以使用 echo $PATH查看当前的命令的路径)
3.使用vi /etc/profile命令配置文件
4.使用source /etc/profile命令
5.使用scp命令将文件拷贝到其他的机器上(先配置scp命令)
然后使用dvd.repo 修改配置文件
6.使用yum list | grep ssh命令
7.然后使用yum install openssh-clients.x86_64命令安装
8.配置linux域名映射(vi /etc/hosts)
8.使用scp命令将我们的jdk文件发送到其他文件
9.关闭防火墙