Files
openvino/inference-engine/ie_bridges/java/README.md
Ilya Lavrenov f1cf207663 Split java CMakeLists.txt into several ones (#2734)
* Split java CMakeLists.txt into several ones

* Replaced openjdk to OpenJDK

* Build Java library before tests
2020-10-29 12:48:03 +03:00

310 B

Software Requirements

  • OpenJDK (version depends on target OS)

Linux

To install OpenJDK:

  • Ubuntu systems:
sudo apt-get install -y default-jdk

Building on Linux

To create Inference Engine Java API add -DENABLE_JAVA=ON flag in cmake command while building the Inference Engine.