Hi All
I cant make a SocketConnection in my program, i dont understand why because in the API it's not a problem...
I try to import this:
import javax.microedition.io.SocketConnection;
And do this:
SocketConnection se;
try {
sc = (SocketConnection) Connector.open("socket://localhost:5000");
si.setText("Connected to server");

Reply With Quote

