I recently worked with Eclipse Che and have the task of importing a Java project that opens a graphical interface in it (for example, a simple Swing / SWT calculator).
I use the Java CentOS stack, importing .jar files, etc., this is not a problem, but I get the variable “No X11 DISPLAY”, but this program performed an operation requiring this. ”Error.
Obviously, I found a lot of threads about this error, but I just wanted to ask if it is even possible to open the GUI in an IDE web environment like Eclipse Che before spending hours trying to fix this error when it is not even possible.
Perhaps some of you have already tried this, and I have a solution / tip or smth for me.
edit: found a video that answered my question. https://www.youtube.com/watch?v=AjgSp0dkxxU
Thank you anyway.
Lbohr source
share