From dcc7223edbbbdad4eaa34b4d5b503c1eb557e2aa Mon Sep 17 00:00:00 2001 From: gohai Date: Mon, 27 Jul 2015 18:57:34 +0200 Subject: [PATCH] Fix build if JavaFX is missing (v2) "Starting with JDK 8u33, JavaFX Embedded is removed from the ARM bundle and is not supported." Note: there is an OpenJFX project, but this would probably have to be an external compile-time dependency. --- core/build.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/core/build.xml b/core/build.xml index 50bb54790..5d31d4673 100644 --- a/core/build.xml +++ b/core/build.xml @@ -32,6 +32,11 @@ + + + + + + + +