I encountered this error during the use of qualimap:
Exception in thread "main" java.awt.AWTError: Can't connect to X11 window server using 'localhost:22.0' as the value of the DISPLAY variable.
I found the relevant solution on the official website of qualimap, but I don't know how to implement it.
Qualimap is a binary file with no parameters to receive java configuration during execution.
Qualimap.jar cannot be started using "java -jar qualimap.jar".
Can someone help me to look at it?
Thanks for your answer! Because I want to use qualimap in my pipline, I hope that qualimap can not display the graphical interface and run the complete process directly in the background. Is there a solution for this?