I'm trying to make connection with internal secure element:
String uri = System.getProperty("internal.se.url");
ISO14443Connection iseConn = (ISO14443Connection) Connector.open(uri);
But then I run MIDlet i got Security Exception, should I set certain permissions to be allowed to use ISO14443Connection.
Also in Ticketing MIDlet example in 6131 SDK the url is "internal.sc.url", but if I try it I'got null.
So what is the problem?

Reply With Quote


