在j2me中发送短信连接的问题

时间:2011-02-02 15:17:53

标签: java-me sms sendmessage

您好 我尝试与此代码建立连接,但显示错误:

java.lang.IllegalArgumentException:无效的端口格式

MessageConnection messageConnection = (MessageConnection) Connector.open("sms://09364191752");
wath是错的? 感谢

1 个答案:

答案 0 :(得分:0)

您必须在电话号码的末尾指定一个端口号,即附加“:5000”或其他。

有关详细信息,请参阅http://developers.sun.com/mobility/midp/articles/wma/