【发布时间】:2017-04-01 03:21:35
【问题描述】:
我在以下位置有一个 SAS 管理控制台的远程实例:
/pub/sas/SASManagementConsole/9.4/sasmc_console
我希望能够将其作为 GUI 界面启动。我尝试了以下方法(在 XQuartz 中):
export DISPLAY=:0
ssh -x myuser@app.myserver.com
cd /pub/sas/SASManagementConsole/9.4
./sasmc_console
这会返回:
Exception in thread "main" java.lang.InternalError: Can't connect to X11
window server using ':0' as the value of the DISPLAY variable.
我的显示变量的值应该是多少?
【问题讨论】: