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 05:19:38
Comment on Tutorial : How to Send SMS using Java Program (full code sample included) By Emiley J.
Hi,
I tried use this code:
package sms;
public class Main {
public static void main(String[] args) {
// TODO code application logic here
SMSClient sc = new SMSClient(0);
sc.sendMessage("505050702","Hello");
}
}
And I have error when tried to run in NetBeans and in console:
Exception in thread "main" java.lang.NoClassDefFoundError: sms/SMSClient (wrong name: SMSClient)
Pls. help
Yanosh
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
Java program to get location meta data from an image
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
Archived Comments
1. this is not good example we want better...
View Tutorial By: sabari nathan.p at 2011-06-15 03:27:18
2. hi,i am new in java..plz send me java programmes i
View Tutorial By: dinesh at 2012-12-30 15:58:31
3. It is clear and understandable for beginners.
View Tutorial By: Archana at 2011-12-14 12:31:21
4. Thnaks a lot. Deep in brief.
View Tutorial By: Thanks at 2012-05-23 03:36:37
5. thanks a lot..please tell me how to implement this
View Tutorial By: agnas at 2008-04-26 12:26:52
6. i have a program in which we have to find the summ
View Tutorial By: Navjyot at 2013-01-28 10:38:55
7. i am getting an exceptions... pls help me..
View Tutorial By: FEBI at 2014-03-08 06:01:44
8. its very easy to understand and implements.
View Tutorial By: ashish at 2011-05-20 03:12:07
9. I need full code for sending SMS. Please send to m
View Tutorial By: Ramesh at 2014-05-21 06:54:52
10. I get this error too, but my scrit doesint use mys
View Tutorial By: Paulius at 2009-04-29 12:35:55