Creates an Ubuntu virtual machine with AdoptOPenJDK Java for testing purposes.
Create with
Vagrant up
Connect with
Vagrant ssh
Confirm Java version installed with
Java -version
Please note that this will likely stop working if AdoptOPenJDK cease supporting this version of Java. If that happens, modify bootstrap.sh with the installation instructions contained at https://adoptopenjdk.net/installation.html?variant=openjdk16&jvmVariant=hotspot#linux-pkg (or similar).