Hi all,
I am using BlueCove (
http://bluecove.org/bluecove-emu/index.html) to simulate the bluetooth on my laptop and Eclipse 3.5 with Dsdp plugin for codeing the ME application. The emulator works well with my J2SE application (server); however, when running with the phone emulator (client), it gives this errors
this is my command to run it
( i am using linux)
and this is my MANIFEST in the PhoneSide.jar
From what i found on google, i think i have to add the permisson javax.microedition.io.Connector.bluetooth.client but not very sure about it coz I am not familiar with bluetooth programming. Can anyone help me, please?