This is an example Capstan project for building and running Java applications on OSv.
To try it out, first install Capstan:
curl https://raw.githubusercontent.com/cloudius-systems/capstan/master/scripts/download | bashIf you're running on Linux, Capstan will use QEMU/KVM as the default hypervisor and on OS X, it will use VirtualBox.
Next step, clone this repository:
git clone [email protected]:cloudius-systems/capstan-example-java.gitAnd finally, build and run the application:
capstan runThat's it!