Files
openvino/inference-engine/ie_bridges/java
Roman Donchenko a428c469ce Fix spelling errors in samples and documentation (#2795)
* Fix spelling errors in samples

* Fix spelling errors in the documentation
2020-11-11 15:35:39 +03:00
..

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.