gwolfsystems wrote:Many thanks Douglas6!!! I did what you said and now my code is working! Thank you!
Hi I have the same issue, could you please help me. I got the following exception when i what to run this line:
" m_StrmNotf = (StreamConnectionNotifier)Connector.open(m_strUrl);"
javax.microedition.io.ConnectionNotFoundException: The connection implementation for btspp cannot be found.
at javax.microedition.io.Connector.open(Connector.java:238)
at javax.microedition.io.Connector.open(Connector.java:181)
at javax.microedition.io.Connector.open(Connector.java:162)
at toturial.ClientServer.InitServer(ClientServer.java:74)
at toturial.ClientServer.<init>(ClientServer.java:50)
at toturial.Server.main(Server.java:8)
Exception in thread "main" java.lang.NullPointerException
at toturial.ClientServer.RecieveMessages(ClientServer.java:152)
at toturial.Server.main(Server.java:9)
BlueCove stack shutdown completed