Skip to content

Commit

Permalink
Pass extra Java options set by SWT thread
Browse files Browse the repository at this point in the history
This is a work-around for a bug in the latest OS X version of Java.
  • Loading branch information
talex5 committed Feb 7, 2013
1 parent 6e8f12a commit 4e9cb8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion serscis-access-modeller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ systems (e.g. modelling factories).</description>
<environment insert="." name="GRAPHVIZ_HOME"/>
</requires>
<command name="run">
<runner interface="http://repo.roscidus.com/java/openjdk-jre"/>
<runner interface="http://repo.roscidus.com/java/openjdk-jre">
<for-each item-from="ZEROINSTALL_EXTRA_JAVA_OPTIONS" separator=" ">
<arg>${item}</arg>
</for-each>
</runner>
<arg>eu.serscis.sam.Main</arg>
</command>
<environment insert="doc/examples" name="SAM_EXAMPLES"/>
Expand Down

0 comments on commit 4e9cb8f

Please sign in to comment.