我想在Fedora27上安装WebStorm。我启动了./webstorm.sh,但它不工作。
我该如何解决这个问题?
Start Failed: Failed to initialize graphics environment
java.awt.AWTError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.发布于 2018-01-23 19:56:22
Java.AWT库需要X11图形用户界面环境才能工作。您是直接在Linux工作站上工作,还是远程访问它?另外,你用什么JDK来运行WebStorm?确保它包含图形库。另请参阅this link for more info
发布于 2018-02-07 21:53:32
先试试这个:
$ chmod +x ./webstorm.sh然后
$ ./webstorm.shhttps://stackoverflow.com/questions/48394131
复制相似问题