I'm using ubuntu on windows and I'm traying to open fastqc in the line command, however, it gets me the next text:
Exception in thread "main" java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204) at java.awt.Window.(Window.java:536) at java.awt.Frame.(Frame.java:420) at java.awt.Frame.(Frame.java:385) at javax.swing.JFrame.(JFrame.java:189) at uk.ac.babraham.FastQC.FastQCApplication.(FastQCApplication.java:63) at uk.ac.babraham.FastQC.FastQCApplication.main(FastQCApplication.java:332)
I tried to write the code "Display: 0.0" but still nothing happens, would anyone know what can I do or maybe give an advice for this? Thank you so much