BaseX server without X Window System on Linux
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
Hi Steve, you need to provide the -cp argument instead of -jar to run the server code: java -Xmx1024m -cp BaseX.jar org.basex.BaseXServer Please visit http://basex.org/server for more information. Regards, Christian ___________________________ Christian Gruen Universitaet Konstanz Department of Computer & Information Science D-78457 Konstanz, Germany Tel: +49 (0)7531/88-4449, Fax: +49 (0)7531/88-3577 http://www.inf.uni-konstanz.de/~gruen On Thu, Feb 4, 2010 at 2:10 AM, Steven Anderson <sanderson@salesforce.com> wrote:
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
_______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
participants (2)
-
Christian Grün -
Steven Anderson