
How to link jBEAM project files with Quickstart
To link your jBEAM projects with Quickstart its necessary to adapt the jnlp-file. Please add the following lines:
<information>
<icon kind="splash" href="resources/quickstart/jbeam.gif"/>
<icon kind="shortcut" href="resources/quickstart/jbeam.gif"/>
<offline-allowed/>
<association extensions="jbs" mime-type="application/jbeam"/>
<shortcut online="false">
<desktop/>
</shortcut>
</information>
...
<resources>
...
<property name="jnlp.quickstart.run" value="resources/quickstart/jBEAM.run" />
</resources>
Please download the file jbeam.gif here and copy it into your appropriate quickstart directory.