Recently my friend was doing his minor project. His project was related to bluetooth and was using bluecove for the server side i.e. computer. He used netbeans as his IDE. The program was built well without any error but he faced problem running the program. I then searched the internet and got no help.
Accidently, I landed to the bluecove google group and read the system requirement and understood that my friend was missing some packages in the Ubuntu 9.10. I then installed the module “libbluetooth-dev” which wasn’t installed previously as:
sudo apt-get install libbluetooth-dev
And the problem was fixed. If you are using an older version of Ubuntu then I recommend you to install bluez-libs as:
sudo apt-get install bluez-libs
Regards
fr3ak
