Changes

Jump to navigation Jump to search
192 bytes added ,  23:59, 19 January 2011
Changed from refactored BaseXWin to BaseXGui, added packaging info
#Create a new "Java Application" launch configuration
#Select "basex" as "Project"
#Choose a "Main class" (e.g., <code>org.basex.BaseXWinBaseXGUI</code> for the graphical user interface)
#Launch the project via "Run"
<p>If the standalone version of [http://maven.apache.org Maven]
is installed, you can run<code> mvn compile </code>in the project directory
to compile BaseX. Should you wish to create / package your own jar's you can do so by running <code>mvn package</code>. By adding the flag <code>-DskipTests=true</code> you can skip running the JUnit-tests.</p>
<p>Type in<code> java -cp target/classes/org.basex.BaseX </code>to run BaseX.</p>
For example, you can evaluate XQuery expressions or process database commands without
entering the console.</p>
 
[[Category:Developer]]
editor, reviewer
35

edits

Navigation menu