Re:Que é esse?

1 resposta
TiagoFoil

Parece q ta dando erro pq seu jar nao está assinado… Procure por como assinar seu jar e tente denovo.

1 Resposta

raikk0n3n

Esta dando erro na hora que mando rodar meu aplicativo java com JWS

Category: Security Error

Unsigned application requesting unrestricted access to system
Unsigned resource: file:/D:/Cadastro/CadastroCliente/CadastroCliente/dist/CadastroCliente.jar

Meu JNLP

:?:  :?:  :?: 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc.//DTD JNLP 1.5//EN" "http://www.netbeans.org/jnlp/DTD/jnlp.dtd">
<jnlp codebase="file:///D:/Cadastro/CadastroCliente/CadastroCliente" href="CadastroCliente.jnlp">
  <information>
    <title>Cadastro de Cliente</title>
    <vendor>InterSig Sistemas</vendor>
    <homepage href="index.html"/>
    <description> </description>
    <icon href="defaut"/>
    <offline-allowed/>
    <shortcut online="true">
      <desktop/>
    </shortcut>
  </information>
  <security>
    <all-permissions/>
  </security>
  <resources>
    <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
  </resources>
  <resources>
    <jar download="eager" href="dist/CadastroCliente.jar" main="false"/>
  </resources>
  <application-desc main-class="cadastrocliente.Class_Home"/>
</jnlp>
JNLPException[category: Security Error : Exception: null : LaunchDesc: 
<jnlp spec="1.0+" codebase="file:/D:/Cadastro/CadastroCliente/CadastroCliente/" href="file:/D:/Cadastro/CadastroCliente/CadastroCliente/CadastroCliente.jnlp">
  <information>
    <title>Cadastro de Cliente</title>
    <vendor>InterSig Sistemas</vendor>
    <homepage href="file:/D:/Cadastro/CadastroCliente/CadastroCliente/index.html"/>
    <icon href="file:/D:/Cadastro/CadastroCliente/CadastroCliente/defaut" kind="default"/>
    <shortcut online="true"/>
    <offline-allowed/>
  </information>
  <security>
    <all-permissions/>
  </security>
  <resources>
    <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
    <jar href="file:/D:/Cadastro/CadastroCliente/CadastroCliente/dist/CadastroCliente.jar" download="eager" main="false"/>
  </resources>
  <application-desc main-class="cadastrocliente.Class_Home"/>
</jnlp> ]
	at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1036)
	at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:925)
	at com.sun.javaws.Launcher.continueLaunch(Launcher.java:814)
	at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:515)
	at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
	at com.sun.javaws.Launcher.run(Launcher.java:165)
	at java.lang.Thread.run(Unknown Source)
Criado 16 de junho de 2006
Ultima resposta 16 de jun. de 2006
Respostas 1
Participantes 2