# Java examplesThe following examples showcase how to use the different Operations Research libraries.# ExecutionRunning the examples will involve building them, then running them. You can run the following command from the **top** directory:```shellmake build SOURCE=examples/java/<example>.javamake run SOURCE=examples/java/<example>.java```