I am using WebRenderer (java headless browser) and it does not require xserver. I have tested it in Ubuntu and Ubuntu server and it runs fine without it.
However, in openSUSE when I run my program I get this error: Gtk-WARNING **: cannot open display:
I tried setting the DISPLAY variable to 0.0 (export DISPLAY=:0.0) but I don't think thats supposed to fix anything. Although when I did set the variable I would get an error saying can't connect to the server using '0.0' as the value of the DISPLAY variable.
Is there a reason that it has problems with xserver in openSUSE and not Ubuntu (when it does not require xserver to run)?
Any help would be appreciated. Thanks!