Comment on Tutorial - How to Send SMS using Java Program (full code sample included) By Emiley J.
Comment Added by : Yanosh
Comment Added at : 2009-07-16 06:00:14
Comment on Tutorial : How to Send SMS using Java Program (full code sample included) By Emiley J.
Hi,
How to implement this 5 files in a program ?
I tried this:
package sms;
/*
* @author Administrator
*/
public class Main {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
sms.SMSClient sc = new sms.SMSClient(0);
sc.sendMessage("505050702","Hello");
}
}
But I have error when run:
Exception in thread "main" java.lang.NoClassDefFoundError: sms/SMSClient (wrong name: SMSClient)
Please send me some working demo on [email protected]
Thx
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. Following line
if (strcmp(dp->
View Tutorial By: Sebastiaan Jaarsma at 2012-12-24 19:28:43
2. nice one example !!!!.....
View Tutorial By: santanu at 2011-02-09 22:54:54
3. Thanks for the introduction of j2me
View Tutorial By: AKbar Ali at 2009-10-19 03:56:58
4. Thanks.. grt example
Also... If the type ar
View Tutorial By: Shahid at 2011-12-20 10:26:22
5. I'm getting the following error even after several
View Tutorial By: Joe85 at 2011-03-18 08:58:04
6. May be someone would find this useful.
View Tutorial By: Vsk at 2010-02-22 00:48:42
7. Can some body throw more light on TRANSIENT ....
View Tutorial By: Anish at 2010-08-03 07:30:58
8. Dear any buddy i use Nokia N73 and connect with Bl
View Tutorial By: zstranger at 2012-03-29 07:47:02
9. This was the first clear and straight-forward exam
View Tutorial By: Steve at 2013-01-02 22:58:32
10. Good explanation
View Tutorial By: Siddesh at 2012-07-12 03:53:07