|
Bluetooth Communication BB-8330 -
10-30-2009, 04:06 PM
I get a java.lang.error on this statement:
String url = "btgoep://localhost:11111111111111111111111111111123:6;name= FTP;authenticate=false;master=false;encrypt=false" ;
SessionNotifier sn = (SessionNotifier)Connector.open(url);
I debug though and when I get to the connector.open command it errors out. Anybody else have this issue?
|