If make test_java ran fine and all tests passed, you should have ortools installed correctly.
On the Getting Started (For Java) guide (
https://developers.google.com/optimization/introduction/java), are you following the "Running the Java program" part correctly?
```
You can run the program above as follows:
- Copy and paste the code above into new file, and save it as my_program.java.
- Open a command window at the top level of the directory where you installed OR-Tools, and enter:make run SOURCE=relative/path/to/my_program.java where relative/path/to/ is the path to the directory where you saved the program.
Note: You must run the above command from the top level of the directory where you installed OR-Tools (where the
Makefile is located).