java.security.AccessControlException: access denied (\"java.net.SocketPermission\" \"localhost:0\" \"listen,resolve\")


I have configured SocketPermission ("localhost: 0", "listen, resolve"), but this error will still be reported. Please help me solve it. Thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.