Re: Web start on os X : Cannot open associated file.



On Jan 31, 10:14 am, "Andrew Thompson" <andrewtho...@xxxxxxxxx> wrote:
On Feb 1, 3:45 am, laurent <low...@xxxxxxxxxxx> wrote:
Andrew Thompson a écrit :
<!-- JNLP File for STM Image Processor -->
...
<resources os="Mac">
<j2se version="1.5+" initial-heap-size="256m" max-heap-size="512m"/>
</ressources>

<!-- spell it correctly -->
</resources>

<resources os="Win">
<j2se version="1.6+" initial-heap-size="256m" max-heap-size="512m"/>
</ressources>

<!-- spell it correctly -->
</resources>

<application-desc main-class="imgproc.ImgProcessor"/>
</jnlp>

Andrew T.

Spelling is for wusses :-)
j/k. That could certainly screw up an xml parser :-)

.