Configuring the Java environment variables
vi ~/.bash_profile
在最后一行加入:
export JAVA_OPTS=-Djava.awt.headless=true
使用最新环境变量
source ~/.bash_profile
2022-03-02 17:15:28
Configuring the Java environment variables
vi ~/.bash_profile
在最后一行加入:
export JAVA_OPTS=-Djava.awt.headless=true
使用最新环境变量
source ~/.bash_profile