我正在尝试使用谷歌云打开我的世界服务器。
我已经尝试过这些:
unset DISPLAY
export DISPLAY=:0.0
export DISPLAY=localhost:10.0
仍然得到
java.awt.AWTError: Can't connect to X11 window server using 'localhost:0.0' as the value of the DISPLAY variable.
或 java.awt.AWTError: Can't connect to X11 window server using '0.0' as the value of the DISPLAY variable.
另外,当我使用
echo $DISPLAY
时,它只会打印一个空行。
解决方案是 ./run.sh 而不是 ./start.sh。