JNLP file no well formed
Status: Beta
Brought to you by:
chrriis
Hi,
the JNLP file for your demo is not well formed.
This should be:
...
<application-desc main-class="org.eclipse.swt.widgets.Display"></application-desc>
<argument>org.eclipse.swt.examples.controlexample.ControlExample</argument>
...
and not
...
<application-desc main-class="org.eclipse.swt.widgets.Display"></application-desc>
<argument>org.eclipse.swt.examples.controlexample.ControlExample</argument>
...
(bad closing tag)
Cheers,
Mathieu