Olá Srs,
Além da seguinte linha, quais outras informações preciso passar para que sejam carregadas com sucesso as biblitecas que o meu aplicativo necessita para rodar?
<nativelib href="lib/jnlp.jar"/>
O JWS acusa que precisa acesso irrestrito ao sistema... O que isso significa?!?! Acesso irrestrito às bibliotecas? Acesso irrestrito ao quê?!?
ExceptionJNLPException[category: Security Error : Exception: null : LaunchDesc: null ]
at com.sun.javaws.LaunchDownload.checkJNLPSecurity(LaunchDownload.java:763)
at com.sun.javaws.Launcher.downloadResources(Launcher.java:1011)
at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:375)
at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
at com.sun.javaws.Launcher.run(Launcher.java:165)
at java.lang.Thread.run(Thread.java:595)
<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec="1.0+"
codebase="http://localhost:8080/gabrielus"
href="gabrielus.jnlp">
<information>
<title>Gabrielus</title>
<vendor>E. Vinicius D. Mayer & Andre S. Lemos</vendor>
<homepage href="http://localhost:8080/gabrielus/index.html"/>
<description>Gabrielus - DataFlow Diagrams Editor</description>
<description kynd="short">Gabrielus DataFlow Editor</description>
<icon href="/images/gabrielus.png"/>
<offline-allowed/>
</information>
<resources>
<j2se version="1.5+"/>
<jar href="Gabrielus.jar"/>
<property name="propriedade" value="exemplo de propriedade"/>
<nativelib href="lib/jnlp.jar"/>
</resources>
<application-desc main-class="br.com.viniciusmayer.gabrielus.editor.DataFlowEditor"/>
</jnlp>
An error occurred while launching/running the application.
Title: Gabrielus
Vendor: E. Vinicius D. Mayer & Andre S. Lemos
Category: Security Error
Use of native libraries requires unrestricted access to system
E, aproveitando a deixa, qual link que coloco no lugar de "???" para que se puxe o JRE?
[code]
]
Fico grato desde já pela atenção.
Um abraço,
E. Vinicius D. Mayer