view JSToJGet/resources/jstoj-get.jnlp @ 89:66e9f29eddf4

Adding a new reproducer for JS->Java communication.
author Jana Fabrikova <jfabriko@redhat.com>
date Wed, 03 Oct 2012 15:55:13 +0200
parents
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="" href="jstoj-get.jnlp">
    <information>
        <title>JavaScript to Java LiveConnect - Get</title>
        <vendor>RedHat</vendor>
        <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
        <description>LiveConnect - tests for getting members from Java side.</description>
    </information>
    <resources>
        <!-- Application Resources -->
        <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
        <jar href="JSToJGet.jar" main="true" />
    </resources>
    <applet-desc 
         name="JS to J Get"
         main-class="JSToJGet"
         width="1000"
         height="100">
     </applet-desc>
</jnlp>