openvino/inference-engine/ie_bridges/java
Andrey Zaytsev f128545a2a
Feature/azaytsev/transition s3 bucket (#3609)
* Replaced https://download.01.org/ links with https://storage.openvinotoolkit.org/

* Fixed links
2020-12-14 21:32:16 +03:00
..
cpp Fix spelling errors in the API and bindings (#2781) 2020-10-23 09:17:03 +03:00
org/intel/openvino [JAVA] Fixed IECore constructor (#2685) 2020-10-19 19:38:55 +03:00
samples Feature/azaytsev/transition s3 bucket (#3609) 2020-12-14 21:32:16 +03:00
tests Split java CMakeLists.txt into several ones (#2734) 2020-10-29 12:48:03 +03:00
CMakeLists.txt Split java CMakeLists.txt into several ones (#2734) 2020-10-29 12:48:03 +03:00
README.md Split java CMakeLists.txt into several ones (#2734) 2020-10-29 12:48:03 +03:00

README.md

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.