Windows 10周年更新包含一个Linux子系统。我需要在Linux环境中工作,所以我开始研究这个子系统。到目前为止,我已经能够安装所有需要的应用程序。我成功地安装了gnuplot,它运行得很好。但是,我不能将term设置为x11,因此无法绘制要显示的任何内容。以下是错误:
Terminal type set to 'qt'
gnuplot> set term x11
Terminal type set to 'x11'
Options are ' nopersist enhanced'
gnuplot>
gnuplot: una
当我通过ssh连接并试图运行kdbg时,我处理了以下问题:
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Failed to create wl_display (No such file or directory)
qt.qpa.plugin: Could not load the Qt platform plugin "wayland
我正尝试在我的新亚马逊EC2 Linux实例上安装Glassfish。
安装程序告诉我设置DISPLAY变量。
我使用来确定我的IP (例如123.45.67.89)
我在我的Mac上打开X11并在linux中设置ip地址(例如导出DISPLAY=123.45.67.89)
但是Glassfish安装抛出了一个异常
java.lang.InternalError: Can't connect to X11 window server using '123.45.67.89' as the value of the DISPLAY variable.
at sun.awt
我尝试在我的cent OS系统上设置jmeter,我已经成功地复制并解压了zip,但是当我试图通过命令打开它时-
./jmeter.sh
它显示的错误如下-
No X11 DISPLAY variable was set
然后我在互联网上参考了一些文档,并使用以下命令设置了我的显示变量-
export DISPLAY=:0.0
但是我的问题仍然没有解决。请帮我解决这个问题。
我正试着在我的Linux Mint Debian上使用,但gcc编译器告诉我唯一的以下错误:
showme.c|| undefined reference to `XMapWindow'|
showme.c|| undefined reference to `XGetGeometry'|
showme.c|| undefined reference to `XFillRectangle'|
showme.c|| undefined reference to `XDrawString'|
showme.c|| undefined reference to
我有依赖于<X11/Xlocale.h>的代码。当我尝试用emscripten工具链编译时(在CMake生成之后),我会得到以下错误。在我的配置中需要更改什么?
'X11/Xlocale.h' file not found
# include <X11/Xlocale.h>
^~~~~~~~~~~~~~~
1 error generated.
我在Linux上做这个。
$ uname -a
Linux bracket 4.10.0-37-generic #41-Ubuntu SMP Fri Oct 6 20:20:37
我需要在linux ()上安装和运行SoapUI。这是命令行版本(没有GUI)
我能够使用以下命令成功下载和解压缩SoapUI tar
下载SoapUI安装文件
wget
萃取物
tar -xzf SoapUI-5.0.0-linux-bin.tar.gz -C /opt/
安装SoapUI
cd /opt/SoapUI-5.0.0/bin/
之后,当运行以下命令时:
./soapui.sh
我不例外
java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this pro