Why do I get a ConnectionNotFoundException when trying to open a connection using the J2ME CLDC Connector class?
Location: http://www.jguru.com/faq/view.jsp?EID=265288 Created: Nov 29, 2000 Modified: 2000-11-29 11:31:03.647 Author: Bill Day (http://www.jguru.com/guru/viewbio.jsp?EID=135825) Question originally posed by et tan (http://www.jguru.com/guru/viewbio.jsp?EID=221012 You are attempting to open a connection whose protocol is not supported on your particular device or emulator. Please note that while the J2ME CLDC specification outlines the Generic Connection Framework, CLDC implementations are not required to provide any particular implementation of the framework. Rather, J2ME Profiles based upon the CLDC require that one or more protocols be implemented using the framework. For instance, the J2ME MIDP spec requires all compliant devices to implement HTTP using the Generic Connection Framework.
Related Questions
- We are experiencing connection timeouts and hangs with the use of the MulticastSocket class. Why is this happening?
- Why do I get a ConnectionNotFoundException when trying to open a connection using the J2ME CLDC Connector class?
- For a J2ME CLDC based application, do I run the preverifier on my class files before running them through DashO?