Skip to content

Commit

Permalink
added -D java.awt.headless=true parameter to Designer LaunchConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
teichsta committed Nov 23, 2014
1 parent c73e76c commit 60666a3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ http://p.yusukekamiyamane.com, http://www.icons-land.com
</configIni>

<launcherArgs>
<vmArgs>-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=../../addons -DnoRules=true -Xmx256m -XX:PermSize=128M</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
<vmArgs>-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=../../addons -DnoRules=true -Xmx256m -XX:PermSize=128M
</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Djava.awt.headless=true
</vmArgsMac>
</launcherArgs>

<windowImages i16="/org.openhab.designer.core/icons/openhab_logo_16.png" i32="/org.openhab.designer.core/icons/openhab_logo_32.png" i128="/org.openhab.designer.core/icons/openhab_logo_128.png"/>
Expand All @@ -30,11 +32,9 @@ http://p.yusukekamiyamane.com, http://www.icons-land.com
</win>
</launcher>


<vm>
</vm>


<plugins>
</plugins>

Expand Down

0 comments on commit 60666a3

Please sign in to comment.