Create a script in this folder, for example javahome.sh #!/bin/bash export JAVA_HOME=/opt/java/jdk-15.0.1 export PATH=$PATH:$JAVA_HOME/bin.
確定! 回上一頁