_:
  @just --list

build:
  cargo build

java_run: build
  buildj :::javac15 com/example/robusta/HelloWorld.java && RUST_BACKTRACE=full buildj :::java15 -Djava.library.path=./target/debug com.example.robusta.HelloWorld
