Difference between revisions of "Graphical User Interface"

From BaseX Documentation
Jump to navigation Jump to search
m
Line 10: Line 10:
  
 
==See also ==
 
==See also ==
[[BaseX_Standalone_Console]]
+
[[BaseX Standalone Console]]

Revision as of 23:56, 12 December 2010

Run the GUI version (3 options)

  1. Open BaseX*.jar
  2. Open BaseX*.exe
  3. Run java -cp BaseX*.jar org.basex.BaseXGUI

First Steps

  1. Create a database with your choosen xml file(s).
  2. Try out the different visualization features.
  3. Run queries and have a look at the interaction with the visualizations.

See also

BaseX Standalone Console