aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jnlp_tests/simple/CreateClassLoader/resources/CreateClassLoader.jnlp
blob: 6804bcd8167f17d8137da52c8f5e56709bc93674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?> 
<jnlp spec="1.0"
      codebase="./"
      href="CreateClassLoader.jnlp">
    <information>
        <title>set context classloader</title>
        <vendor>IcedTea</vendor>
    </information>
    <resources>
        <jar href="CreateClassLoader.jar" main="true" download="eager"/>
    </resources>
    <application-desc main-class="CreateClassLoader"/>
</jnlp>