Hello,
I am trying to send and receive SMS messages using Java ME. I was following a tutorial from howto.org (forum wont le me post link). I have written two applications so far.
The first is running on a blackberry simulator. Once a button is pressed, a thread is started and it sends the message out. I dont know if its working because I cannot get the server application to run.
The server application is a java application that runs a thread. In the constructor I try to open the DatagramConnection.

**This is where the problem starts**. The debugger is telling me that there is an UnsatisfiedLinkError. The the Connector.open(Sting) line: not avaible [native method]. A page also opens saying:
The JAR file C:\Devel\eclipse\plugins\net.rim.eide.componentpac k4.5.0_4.5.0.16\components\lib\net_rim_api.jar has no source attachment.
I have been trying to get this stuff working for over a week. Its for my senior capstone course, and I am getting pretty far behind with out it.
ANY HELP IS MUCH APPRECIATED!!!!
thanx
pete