Difference between revisions of "Startup"

From BaseX Documentation
Jump to navigation Jump to search
Line 10: Line 10:
 
===BaseX===
 
===BaseX===
 
Download the latest BaseX version for your operating system [http://phobos38.inf.uni-konstanz.de/basex/products/download/ here].
 
Download the latest BaseX version for your operating system [http://phobos38.inf.uni-konstanz.de/basex/products/download/ here].
Get the BaseX.zip archive for all project components. <br />We also recommend to add the script files to your path environment, so you can
+
Get the BaseX.zip archive for all project components inclusive the starting scripts. <br />We also recommend to add the script files to your path environment, so you can
 
access them from every folder in the shell.
 
access them from every folder in the shell.
  

Revision as of 15:11, 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. Get the BaseX.zip archive for all project components inclusive the starting scripts.
We also recommend to add the script files to your path environment, so you can access them from every folder in the shell.

Starting the BaseX GUI

There are several methods for starting the GUI:

  • Double click on BaseX.jar
  • Execute command: java -cp BaseX.jar org.basex.BaseXGUI
  • Starting the script basexgui

Starting the BaseX Server

There are several methods for starting the Server:

  • Execute command: java -cp BaseX.jar org.basex.BaseXServer
  • Starting the script basexserver

Starting the BaseX Client

There are several methods for starting the Client:

  • Execute command: java -cp BaseX.jar org.basex.BaseXClient
  • Starting the script basexclient

see also the advanced client/server information section.

Starting the BaseX Standalone