From 3c8ddd5b0f660e411c5f9fc1ca801da6b2d3c8f4 Mon Sep 17 00:00:00 2001 From: Martin Harris Date: Wed, 18 Sep 2019 14:54:40 +0100 Subject: [PATCH] Adds requirement of full JRE or JDK (not headless) --- karaf/init/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/karaf/init/README.md b/karaf/init/README.md index 0efce71..b686ba8 100644 --- a/karaf/init/README.md +++ b/karaf/init/README.md @@ -21,6 +21,9 @@ Consult the instructions in the root ancestor project for build instructions. Once the project is built: +**Note:** As the Alien4Cloud code uses AWT, the full JRE or JDK is required as `headless` distributions +do not include AWT classes. + 1. Install the `jar` bundle from the `target/` of this project to the Apache Brooklyn Karaf server 2. Add the [Alien4Cloud configuration file](../../brooklyn-tosca-dist/src/main/assembly/files/conf/alien4cloud-config.yml)