开发者

Application not Authorized to access restricted API (J2ME)

I开发者_JAVA百科'm coding an SMS application in J2ME and on the server side of the application the line below throws the exception:

java.lang.SecurityException: Application not authorized to access the restricted API

This is the offending line of code:

sender = Sender.getSInstance();


Read this:Understanding MIDP 2.0's Security Architecture. It might help you. Also read this post.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜