My Linux server doesn't have X. When I try to run the BaseX server, with the command:
java -Xmx1024m -jar BaseX.jar org.basex.BaseXServer
I get the following error:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
Can I run the server without X?
Steve