Y
Hacker News
new
|
ask
|
show
|
jobs
by
dnautics
2206 days ago
So now as a developer you want me to install the jvm first, before even installing python?
1 comments
alexhutcheson
2205 days ago
Bazel bundles a private Java runtime, so you don’t need to install the JDK unless you plan to compile Java code:
https://docs.bazel.build/versions/master/install.html
link