Java SMS timeout using this script
I've downloaded sms script from this website :
Click Here
And I added this script for the main :
Code:
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package sms;
/**
*
* @author admin
*/
public class RunThis {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
SMSClient a = new SMSClient(0);
a.sendMessage("+628999037789", "tes");
}
}
but it return like this :
Quote:
Fri Oct 23 06:37:15 ICT 2009:sms.Sender:*** time out at step 2***
BUILD SUCCESSFUL (total time: 3 seconds)
I don't understand how to use this