I am trying to connect to BT RFID reader using JSR 82
String myServerUrl="btspp://" + device.getBluetoothAddress()+":5;encrypt=false;authenticate=true";
StreamConnectionNotifier notifier =(StreamConnectionNotifier) Connector.open(myServerUrl);
It gives me the following exception SecurityException: Permission Denied.
Is anybody knows something about it?



