💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
1. install jdk 1.1 unzip tar xzvf jdk-8u144-linux-x64.tar.gz after unzip:jdk1.8.0_144 1.2 set up jdk environment update /etc/profile, add the following three lines: export JAVA_HOME=/home/feiyy/jdk1.8.0_144 export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar export PATH=$JAVA_HOME/bin:$PATH 1.3 make change to take effect source /etc/profile now, the jdk is already installed. 1.4 check if installation is successfull, java -version 使用rpm方式安装jdk [https://blog.csdn.net/fansenjun/article/details/82256528](https://blog.csdn.net/fansenjun/article/details/82256528)