In NetBeans, "build" and then "run" the federated app or parser test app.
-
Run federated app: Using a NetBeans run config, chose "federated test" and click run project or hit the F6 key.
-
Run the parser test app: Starting from the console:
cd .\build\\classes\
, then run the query with the following syntax:java fdbs.app.parser.App "query"
. Example:java fdbs.app.parser.App "C:\src\Verteilte-DB\build\classes\fdbs\app\parser\queries\AssignmentExamples.sql"