Skip to content

Bazel and Java

Installed bazel and adoptopenjdk via homebrew for now.

Goal

Get a java env up suitable for modern java dev. Make something interesting.

Subgoals:

  1. easily use tmux+vim to navigate and work
    • build on file change
  2. follow modern java patterns
    • maven
    • bazel
  3. deploy to aws lambda, ecs, or to local k3s

How do I target AWS java

No idea, guess I install it and specify it in the bazel build?

  • amazon-corretto-11
  • amazon-corretto-8
  • java-1.8.0-openjdk

References