How to quark a generated MicroProfile project

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:

  1. Go to https://github.com/oracle/graal/releases and download the latest release of GraalVM for your operating system.
  1. 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
  1. Open a terminal window and create an environment variable called GRAALVM_HOME ...

Get Hands-On Enterprise Java Microservices with Eclipse MicroProfile now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.