A command line tool that helps you install and manage multiple Java versions on your machine.
For now the simplest way to install jvm is to use JBang:
jbang app install jvm@codejiveSee:
jvm --helpTo build the project simply run:
./mvnw spotless:apply clean verifymavern have
The project supports building native executables using GraalVM. This creates a standalone binary with faster startup time and lower memory footprint.
- Install GraalVM (recommended: GraalVM 22.3 or later)
- Set
GRAALVM_HOMEorJAVA_HOMEto point to your GraalVM installation - Install the native-image tool:
gu install native-image
To build a native executable, run:
./mvnw clean package -PnativeThe native executable will be created in target/jvm (or target/jvm.exe on Windows).