Comment on Tutorial - How to Send SMS using Java Program (full code sample included) By Emiley J.
Comment Added by : Ron
Comment Added at : 2013-06-21 00:58:27
Comment on Tutorial : How to Send SMS using Java Program (full code sample included) By Emiley J.
I need some help. I am a programmer - but quite new to Java.
I have copied the supplied source files to my home directory - and installed the comm module.
I have created this small test wrapper (sendSMS.java in my home directory too):
public class sendSMS {
public static void main(String args[]) {
SMSClient smsc = new SMSClient(1);
int ret = smsc.sendMessage("+61410541281", "Test message");
}
}
But when I try to compile I get this:
/home/ron > javac sendSMS.java
sendSMS.java:3: error: cannot find symbol
SMSClient smsc = new SMSClient(1);
^
symbol: class SMSClient
location: class sendSMS
sendSMS.java:3: error: cannot find symbol
SMSClient smsc = new SMSClient(1);
^
symbol: class SMSClient
location: class sendSMS
2 errors
Can someone guide me as to what I need to do?
Cheers,
Ron.
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. thanks for this tutorial
View Tutorial By: d3ptzz at 2009-08-03 23:38:57
2. Hi,
This is really urgent... my cod
View Tutorial By: Benetha at 2012-04-09 05:57:45
3. i see that lots of people get this exception : jav
View Tutorial By: oded at 2008-09-28 03:33:33
4. Exception in thread "Thread-0" java.lang
View Tutorial By: yash at 2009-09-16 06:12:32
5. The code is running successfully.........but , I m
View Tutorial By: Harshita at 2013-03-26 19:25:58
6. Good Explanation for the collections. The output f
View Tutorial By: kalaivanan at 2012-04-11 06:51:49
7. Hi Divya, Obviously some other application is usin
View Tutorial By: Ramlak at 2008-05-01 22:16:12
8. Please send me the multithreading chat application
View Tutorial By: Vaibhav at 2010-06-23 23:58:43
9. Hi i 've used this SMSClient.java in my simple pro
View Tutorial By: Prakah at 2011-12-22 17:10:48
10. How do u edit the text ? this is always replacing
View Tutorial By: anurag at 2012-08-23 07:24:47