Connector.open null
Hi!
I have implemented:
http://www.benhui.net/modules.php?name=Forums&file=viewtopic&p=8325&highlight=
but
server = (StreamConnectionNotifier) Connector.open(url);
doesnt work.. if i check the "server" variable, it is NULL. but it cant be null, because the Connector.open only should throw
IllegalArgumentException, ConnectionNotFoundException, IOException,
SecurityException
my PC has bluetooth, even the nokia bluetooth symbol shows an active connection to my phone (=bluetooth is not defect)
i'm really at the end with my nerves. I dont understand this error - so i cant handle it.
For testing, i took for the url string a wrong syntax (url = "blabla") but this also did not throw an error)

