hello, would you please tell me,how to configure eclipse for smslib,i mean where to put the necessary files..i kept the org folder inside the same directory of connect.java and this is inside myDocuments/user/ workspace/project directory(built by eclipse default).i also pasted all of plugin jars and folders from eclipse directory to my project directory...then ReadSms.java gives me this output...
Example: Send message from a serial gsm modem. SMSLib: A Java API library for sending and receiving SMS via a GSM modem or other supported gateways. This software is distributed under the terms of the Apache v2.0 License. Web Site: http://smslib.org Version: 3.4.2 Sep 3, 2009 4:11:58 AM org.smslib.helper.Logger logInfo INFO: SMSLib: A Java API library for sending and receiving SMS via a GSM modem or other supported gateways. This software is distributed under the terms of the Apache v2.0 License. Web Site: http://smslib.org Sep 3, 2009 4:11:58 AM org.smslib.helper.Logger logInfo INFO: Version: 3.4.2 Sep 3, 2009 4:11:58 AM org.smslib.helper.Logger logInfo INFO: JRE Version: 1.6.0_14 Sep 3, 2009 4:11:58 AM org.smslib.helper.Logger logInfo INFO: JRE Impl Version: 14.0-b16 Sep 3, 2009 4:11:58 AM org.smslib.helper.Logger logInfo INFO: O/S: Windows XP / x86 / 5.1 Sep 3, 2009 4:11:58 AM org.smslib.helper.Logger logInfo INFO: GTW: Nokia 3230 USB Modem: Starting gateway, using Generic AT Handler. Sep 3, 2009 4:11:58 AM org.smslib.helper.Logger logInfo INFO: GTW: Nokia 3230 USB Modem: Opening: COM1 @57600 Exception in thread "Thread-2" java.lang.ExceptionInInitializerError at org.smslib.modem.SerialModemDriver.connectPort (SerialModemDriver.java:69) at org.smslib.modem.AModemDriver.connect(AModemDriver.java:110) at org.smslib.modem.ModemGateway.startGateway(ModemGateway.java: 158) at org.smslib.Service$1Starter.run(Service.java:252) Caused by: java.lang.RuntimeException: CommPortIdentifier class not found at org.smslib.helper.CommPortIdentifier.<clinit> (CommPortIdentifier.java:76) ... 4 more exception happening @ line 34...where written srv.start service(); please inform me about the next necessary steps --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib for Java User Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/smslib?hl=en -~----------~----~----~----~------~----~------~--~---
