Regalamiunsorriso/www/admin/menu/logon.jnlp
2026-04-07 18:02:17 +02:00

21 lines
No EOL
612 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="" href="">
<information>
<title>Logon Servlet</title>
<vendor>Acxent S.r.l. (c)</vendor>
</information>
<resources>
<!-- Application Resources -->
<j2se version="1.6+"
href="http://java.sun.com/products/autodl/j2se" />
<jar href="logon.jar" main="true" />
</resources>
<applet-desc
name="Logon Applet"
main-class="it.acxent.servlet.LogonApplet"
width="227"
height="50">
</applet-desc>
<update check="background"/>
</jnlp>