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
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. great work..keep it up.
View Tutorial By: faizaan at 2011-04-29 12:23:39
2. please help me on "why subclass of stack is
View Tutorial By: mahendra at 2012-12-15 03:39:22
3. please provide web.xml for this application.
View Tutorial By: vandana at 2010-03-10 02:08:05
4. This is a simple app and its working good.......
View Tutorial By: sathish at 2012-04-23 12:16:07
5. Please help me i am getting following error messag
View Tutorial By: Balaji at 2009-09-23 22:54:06
6. Thanks!
Please point me to a site which di
View Tutorial By: TERRY DEGLOW at 2012-01-29 16:04:41
7. Being a freshman in blogging, I really appreciate
View Tutorial By: tyu at 2009-09-03 08:12:32
8. Yes, its possible to send SMS through web applicat
View Tutorial By: Vidya at 2010-07-08 07:19:58
9. Thank you for the tutorial. I want to create a cat
View Tutorial By: Lue at 2012-07-09 10:40:08
10. There is better way to fix this problem..
<
View Tutorial By: Sundara Kaku at 2011-07-23 10:38:52