Configuring the Java environment variables
vi ~/.bash_profile
在最後一行加入:
export JAVA_OPTS=-Djava.awt.headless=true
使用最新環境變數
source ~/.bash_profile
Configuring the Java environment variables
vi ~/.bash_profile
在最後一行加入:
export JAVA_OPTS=-Djava.awt.headless=true
使用最新環境變數
source ~/.bash_profile