Changes

Jump to navigation Jump to search
55 bytes added ,  23:33, 11 January 2011
no edit summary
The starting script files mentioned in the [[Startup Overview|startup overview]] are available in the BaseX.zip or with the Windows Installer. They can be used for every mode of BaseX and can be started on every operating system.
If you didn't download them or can't find them you can use the scripts below on that page.
<br />Note: Probably you have You might need to modify the path to the <code>BaseX.jar </code> archive in the script.<br /><br />
All modes of BaseX can be started with the following scripts:
REM Run BaseX
java -cp "%BXPATH%" %VM% org.basex.X XXX %*
@endlocal
# Run BaseX
java -cp "$BXPATH" $VM org.basex.X XXX "$@"
</pre>
Note: You have to replace 'XXXX' in the java Java command line with the mode you want to start , which is either <code>BaseXServer</code>, <code>BaseXGUI </code>, or <code>BaseX</code>.
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu