|
A reader just mentioned to me that there is an error in the example JNLP file. The 'menu' element isn't closed in the example, which won't validate and may crash the JNLP launcher. It should end with <menu subment="Aye-Soft"/>. And always be sure to validate your JNLPs against the DTD (included in the JDK). Some tags must be in a certain order. Thanks! - Josh |