Hello All,
I'm getting java.security.AccessControlException on socket connection open, I have added API permissions, looks like I missed something.
SocketConnection sc = null;
try {
sc = (SocketConnection)
Connector.open("socket://10.91.40.120:1883");
} catch (IOException ex) {
Logger.getLogger(NetworkAPI.class.getName()).log(Level.SEVERE, null, ex);
}
