Boa noite gente. Bem vou direto a duvida e agradeço desde já qualquer ajuda.
Estava acompanhando um tutorial da revista javamag que explica como mexer no JWS.
Deu tudo certo até chegar a hora de descarregar o arquivo na maquina através do link http.
O erro está associado com o arquivo de configuraçao .jnlp. Ele emite uma exception depois de descarregar o .jar
Segue o conteudo do arquivo seguido pela mensagem de erro:
<?xml version="1.0"encoding="UTF-8"?>
<jnlp spec="6.0+"codebase="http://127.0.0.1/helloworld/"href="http://127.0.0.1/helloworld/cadastrodecheques.jnlp">
<information>
<title>Gerenciador de Cheques</title>
<vendor>Murilo Coleone Reis</vendor>
<homepage href="http://www.google.com"/>
<description>GDC - Aplicacao para gerenciar cheques</description>
<icon href="http://127.0.0.1/helloworld/icone/Icone.gif"kind="shortcut"/>
<icon href="http://127.0.0.1/hellorworld/imagens/image1.png"/>
<icon href="http://127.0.0.1/helloworld/imagens/image2.gif"kind="splash"/>
<shortcut online="true">
<desktop/>
</shortcut>
<offline-allowed/>
</information>
<update check="timeout"policy="prompt-update"/>
<resources>
<java version="1.6+"/>
<jar href="/helloworld/lib/cadastrodecheques.jar"/>
</resources>
<security>
<all-permissions>
</security>
<application-desc mains-class="com.telas.funcoes.cheques.TestFrame"/>
</jnlp>
=======================================================================
MissingFieldException[ The following required field is missing from the launch file: <jnlp>(<application-desc>|<applet-desc>|<installer-desc>|<component-desc>)]
at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)