Before we start with the steps on how to quark a generated MicroProfile project by the MicroProfile Starter, we need to first make sure to have GRAALVM_HOME installed, defined, and configured in your environment. To this end, follow these steps:
- Go to https://github.com/oracle/graal/releases and download the latest release of GraalVM for your operating system.
- Unzip the downloaded file into a sub-directory of your choosing. By the way, the unzipping will create a sub-directory for GraalVM, /Users/[YOUR HOME DIRECTORY]/graalvm-ce-1.0.0-rc13, for example:
$ cd $HOME$ tar -xzf graalvm-ce-1.0.0-rc16-macos-amd64.tar.gz
- Open a terminal window and create an environment variable called GRAALVM_HOME ...