Olá pessoal,
estou iniciando alguns testes com JWS e de cara já estou com um problema. No momento que executo a aplicação na web ele me dá o seguinte erro:
ERROR: Unsigned apllication requesting unrestricted access to system
Unsigned resource: http://localhost:8084/WebHelloJWS/HelloJWS.jar
JNLPException[category: Security Error : Exception: null : LaunchDesc:
Tutorial Java Web Start
GUJ
Tutorial Java Web Start
Tutorial JWS
]
at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(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)
Alguém pode me dá um help please?