Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

BaseX Main Repository.

License

NotificationsYou must be signed in to change notification settings

BaseXdb/basex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the BaseX Open Source project. We are interested in your feedback:

  • Please send new suggestions and bug reports to ourbasex-talk mailing list.
  • Confirmed bugs and feature requests are discussed in our issue tracker.
  • We invite you to contribute to ourDocumentation.

Compiling BaseX

The code base of BaseX can be accessed on [GitHub]:https://github.com/BaseXdb/basex

JDK 11 and JUnit are currently required to compile the complete sources of themain project. Our default IDE is Eclipse.

You can launch the following classes, which are all placed in the basex-coredirectory and theorg.basex main package:

BaseX        : console modeBaseXServer  : server instance, waiting for requestsBaseXClient  : console mode, interacting with the serverBaseXGUI     : graphical user interface

Moreover, try-h to list the available command line options. For example, youcan use BaseX to process XQuery expressions without entering the console.

Using Eclipse

BaseX is being developed with the Eclipse environment. Some style guidelinesare integrated in the sources of BaseX; they are being embedded as soon as youopen the project.

Running BaseX

The following steps can be performed to start BaseX with Eclipse:

  • PressRunRun...
  • Create a newJava Application launch configuration
  • Selectbasex as Project
  • Choose aMain class (e.g., org.basex.BaseXGUI)
  • Launch the project viaRun

Best regards, have fun,

Your BaseX Team


[8]ページ先頭

©2009-2025 Movatter.jp