Solutions
Enterprise Distributed Application Service (EDAS) supports Java 7 and Java 8. Java
7 is used by default. You can select the Java version when installing EDAS Agent.
The specific usage is as follows:
install.sh -ak -sk [-java <7(default)|8>]
.
For example, JDK 7 is specified as follows:
wget -q -O /root/install.sh http://edas-sh.oss-cn-shanghai-internal.aliyuncs.com/install.sh
"Your AK" -sk "Your SK" -t install.nonce.at.1499069083770 -Java 7
For example, JDK 8 is specified as follows:
wget -q -O /root/install.sh http://edas-sh.oss-cn-shanghai-internal.aliyuncs.com/install.shak
"Your AK" -sk "Your SK" -t install.nonce.at.1499069083770 -Java 8