This example demonstrates using resource attribute information. It uses an XML version file to specify a version of pie.jar.
TS: 2010-08-07 21:19:05 <?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0+" codebase="$$codebase"> <information> <title>Pie</title> <vendor>Example Vendor</vendor> </information> <resources> <j2se version="1.2+"/> <jar href="pie.jar" main="true" /> </resources> <application-desc/> </jnlp>