Do I need to install Java 8 SDK to use Bazel Build to build C++ project? -


this question comes in 2 part:

  1. from can see in https://github.com/bazelbuild/bazel/tree/master/src/main , bazel written in mix of c++, java , linux .sh files. not sure core java or c++. windows binary in release page .exe rather .jar, mean don't need java sdk if never need use bazel build java?

  2. if first part false, has java 8 sdk, or java 8 jre suffice?

yes, need jdk, @ least jdk 8. of bazel written in java.

on platforms bazel self-extracting binary, on windows it's self-extracting .exe file. message see upon running bazel first time ("extracting bazel installation...") hints @ this.

edit: think jre not enough, if don't build java rules, haven't confirmed this.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -