Created
          September 14, 2017 04:52 
        
      - 
      
- 
        Save HashRaygoza/e8df3be03136ef9f7b0144dd18ac8f5c to your computer and use it in GitHub Desktop. 
    Ejemplo de una actualización via Java WebStart
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?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