Tagged Questions
0
votes
0answers
25 views
how to list the files of a remote windows pc using Bluetooth?
I have this code:
try{
String btURL = "btgoep://0013FD94B84F:10;authenticate=false;encrypt=false;master=false";
String folder = "Nikos";
ClientSession conn = (ClientSession) Connector.open(btURL);
...
0
votes
1answer
167 views
BlueCove for Windows 7
Does anybody know if Bluecove for Java works with Wiondows 7 32 bit? I have tried to connect a wiimote to my computer via bluetooth and it is unable to connect after I paired the device. I know that ...
1
vote
1answer
276 views
Error!: Duplicate definition for 'javax.bluetooth.BluetoothConnectionException'
I have seen a similar problem here for example , but i am not trying to acces to Java SE features..
I have a .jar file with the code of a bluetooth functionality.. I try to make a .jar package that ...
