Paste
Pasted as Plain Text by Chandrakant ( 6 years ago )
Example: Read messages 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.5.0
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class org.smslib.Service
at webelement.ReadMessages.doIt(ReadMessages.java:94)
at webelement.ReadMessages.main(ReadMessages.java:140)
Revise this Paste
Parent: 52446