Skip to content

Instantly share code, notes, and snippets.

@HashRaygoza
Created September 14, 2017 04:52
Show Gist options
  • Save HashRaygoza/e8df3be03136ef9f7b0144dd18ac8f5c to your computer and use it in GitHub Desktop.
Save HashRaygoza/e8df3be03136ef9f7b0144dd18ac8f5c to your computer and use it in GitHub Desktop.
Ejemplo de una actualización via Java WebStart
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://192.168.0.17:8080/Test/" href="Test.jnlp">
<information>
<title>Prueba Java WebStart</title>
<vendor>HashSoftware</vendor>
<homepage href="http://192.168.0.17:8080/Test/" />
<description>Testing Testing</description>
</information>
<security>
<all-permissions />
</security>
<resources>
<j2se version="1.6+" />
<jar href="Test-2.0.jar" />
</resources>
<application-desc main-class="hashblog.test.Ventana" />
</jnlp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment