Hi all,
I just install Mac OS 10.8 and it turns out that X11 is no longer part of the install. I have been running MEGAN via X11 in the past (command line), but I'm wondering if there is a way to run it without X11 requirements?
I launch it in 'non-GUI' mode, but apparently it still needs a GUI:
I have tried various combinations of +g, +w, +s, etc., but it always fails to run with the following (X11 requirement) error:
Thanks very much in advance
I just install Mac OS 10.8 and it turns out that X11 is no longer part of the install. I have been running MEGAN via X11 in the past (command line), but I'm wondering if there is a way to run it without X11 requirements?
I launch it in 'non-GUI' mode, but apparently it still needs a GUI:
Code:
./MEGAN +w +s +g -x <commands>
Code:
No X11 DISPLAY variable was set, but this program performed an operation which requires it. java.awt.HeadlessException
Comment