Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] Issue 168 in ndt: NDT Java-Applet needs all-permission with Java 8

Subject: NDT-DEV email list created

List archive

[ndt-dev] Issue 168 in ndt: NDT Java-Applet needs all-permission with Java 8


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Issue 168 in ndt: NDT Java-Applet needs all-permission with Java 8
  • Date: Wed, 21 Jan 2015 11:04:46 +0000

Status: New
Owner: ----
Labels: Type-Defect Severity-Medium

New issue 168 by : NDT Java-Applet needs all-permission with Java 8
https://code.google.com/p/ndt/issues/detail?id=168

Precompiled signed Java Applet doesn't work with Java 8 (Java 8 u25).

Error message:
Unexpected exception (java.security.AccessControlException): access denied ("java.net.SocketPermission" "IP:3001" "connect,resolve")

Solution:
Applet needs "all-permissions" instead of "sandbox" permission.
http://docs.oracle.com/javase/8/docs/technotes/guides/deploy/whatsnew_deployment.html

NDT Version: 3.7.0-rc1

Attachments:
ndt_applet.PNG 11.8 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



Archive powered by MHonArc 2.6.16.

Top of Page