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