Comment on Tutorial - How to Send SMS using Java Program (full code sample included) By Emiley J.
Comment Added by : Manjunath Suresh Vaidya
Comment Added at : 2011-03-09 04:46:57
Comment on Tutorial : How to Send SMS using Java Program (full code sample included) By Emiley J.
Solution for javax.comm.NoSuchPortException
String driverName = "com.sun.comm.Win32Driver";
try{
CommDriver commdriver =
(CommDriver)Class.forName(driverName).newInstance( );
commdriver.initialize();
}
catch (Exception e2)
{
e2.printStackTrace();
}
Enumeration ports = CommPortIdentifier.getPortIdentifiers();
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
Subscribe to Tutorials
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 to solve my doubts
View Tutorial By: puttaswamy B S at 2010-09-28 00:45:47
2. what will be the output of 'X' in following code a
View Tutorial By: Amit Goyal at 2009-09-25 05:48:45
3. how come its able to copy from copyFrom to CopyTo.
View Tutorial By: sameera at 2015-09-12 13:56:29
4. Really nice tutorial for memset(), memcopy() and m
View Tutorial By: Hitesh Kumar at 2012-09-03 09:16:32
5. please give some examples of postfix and infix.
View Tutorial By: john mark at 2012-10-07 13:55:04
6. i am developing a video streaming pc server to j2m
View Tutorial By: ziathegreat at 2009-05-19 13:19:15
7. Thanks for the Topic. But there are many more comp
View Tutorial By: Uditha Madumal at 2010-09-15 19:39:13
8. I very grateful with this program it expand my ide
View Tutorial By: Nuhu Abdullahi at 2015-06-13 11:42:38
9. Can anybody send full code for sending and receivi
View Tutorial By: Jayapal at 2010-08-12 11:41:38
10. Please assist me in getting the code to read messa
View Tutorial By: Jaydatta at 2009-04-05 23:24:57