Difference between revisions of "Startup"

From BaseX Documentation
Jump to navigation Jump to search
Line 12: Line 12:
  
 
== Starting the BaseX GUI==
 
== Starting the BaseX GUI==
 +
 +
There are several methods for starting the GUI:
 +
 +
;Platform independent
 +
: Double click on BaseX.jar
 +
: Execute command: java -cp BaseX.jar org.basex.BaseXGUI
  
 
==Starting the BaseX Server==
 
==Starting the BaseX Server==

Revision as of 15:00, 10 January 2011

Here you find all instructions you need for starting the three modes of BaseX in different ways.

Requirements

For running BaseX, all you need is an installed Java 1.6 and the BaseX application.

Java 1.6

You need to have Java 1.6 installed. If you haven't installed it yet, please visit java.com.

BaseX

Download the latest BaseX version for your operating system here.

Starting the BaseX GUI

There are several methods for starting the GUI:

Platform independent
Double click on BaseX.jar
Execute command: java -cp BaseX.jar org.basex.BaseXGUI

Starting the BaseX Server

Starting the BaseX Standalone