Difference between revisions of "Graphical User Interface"
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
Download BaseX version for your operating system [http://www.inf.uni-konstanz.de/dbis/basex/download here]. <br/> | Download BaseX version for your operating system [http://www.inf.uni-konstanz.de/dbis/basex/download here]. <br/> | ||
In this example we assume that the basex.jar file is stored in the directory ''/basex''. | In this example we assume that the basex.jar file is stored in the directory ''/basex''. | ||
| + | |||
| + | ===Run the GUI=== | ||
| + | Go to the directory where the basex.jar is stored (<code>> cd /basex</code>) and execute: | ||
| + | :<code> | ||
| + | > java -cp BaseX.jar org.basex.BaseXGUI | ||
| + | </code> | ||
| + | |||
| + | If you have downloaded the installer, the exe-file or the mac package. You can just | ||
| + | start the BaseX executable and the BaseXGUI is coming up. | ||
==See also == | ==See also == | ||
[[BaseX Standalone]], [[BaseX Server]], [[Getting Started Guide]], [[Advanced User Portal]] | [[BaseX Standalone]], [[BaseX Server]], [[Getting Started Guide]], [[Advanced User Portal]] | ||
Revision as of 12:17, 28 December 2010
Requirements
You need to have Java installed.
If you don't know how to install it, please visit
java.com.
We assume that you are familiar with a shell at a basic level.
Download
Download BaseX version for your operating system here.
In this example we assume that the basex.jar file is stored in the directory /basex.
Run the GUI
Go to the directory where the basex.jar is stored (> cd /basex) and execute:
> java -cp BaseX.jar org.basex.BaseXGUI
If you have downloaded the installer, the exe-file or the mac package. You can just start the BaseX executable and the BaseXGUI is coming up.
See also
BaseX Standalone, BaseX Server, Getting Started Guide, Advanced User Portal