开发者

problem to make connection for send sms in j2me

开发者 https://www.devze.com 2023-02-08 17:11 出处:网络
Hi i try to make a connection with this code but this error shown : java.lang.IllegalArgumentException: invalid port format

Hi i try to make a connection with this code but this error shown :

java.lang.IllegalArgumentException: invalid port format

MessageConnection messageConnection = (MessageConnection) Connector.open("sms://开发者_Go百科09364191752");

wath is wrong ? thanks


You have to specify a port number at the end of the phone number, i.e. append ":5000" or whatever.

See http://developers.sun.com/mobility/midp/articles/wma/ for details.

0

精彩评论

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