From 60666a356c17cdb5105b227985b5f386ce8a3927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Eichsta=CC=88dt-Engelen?= Date: Sun, 23 Nov 2014 19:07:54 +0100 Subject: [PATCH] added -D java.awt.headless=true parameter to Designer LaunchConfig --- .../org.openhab.designer.product.product | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/products/org.openhab.designer.product/org.openhab.designer.product.product b/products/org.openhab.designer.product/org.openhab.designer.product.product index b001f883413..f6b8485ee67 100644 --- a/products/org.openhab.designer.product/org.openhab.designer.product.product +++ b/products/org.openhab.designer.product/org.openhab.designer.product.product @@ -15,8 +15,10 @@ http://p.yusukekamiyamane.com, http://www.icons-land.com - -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=../../addons -DnoRules=true -Xmx256m -XX:PermSize=128M - -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts + -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=../../addons -DnoRules=true -Xmx256m -XX:PermSize=128M + + -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Djava.awt.headless=true + @@ -30,11 +32,9 @@ http://p.yusukekamiyamane.com, http://www.icons-land.com - -