Questions tagged [bluecove]

Open Source Java Bluetooth API (JSR-82) implementation for various Bluetooth stacks on Windows, Linux, Mac OSX and Windows Mobile devices

143 questions
0
votes
2 answers

Problems compiling and running Java app with Bluecove (NoClassDefFoundError)

I have this app that uses bluetooth, so I need both, bluecove and bluecove-gpl packages, when I run it in NetBeans I have no problem at all, and works perfectly fine. But I still can't compile and run from the command line (Ubuntu 11.04). I'm using…
0
votes
1 answer

How many other devices can a single bluetooth device can connect to?

I mean with how many devices can it communicate simultaneously or one by one without terminating an active connection? Specifically i would say with the bluecove implementation
Allahjane
  • 1,920
  • 3
  • 24
  • 42
0
votes
1 answer

native library missing error in Bluetooth Server

When I try to run Bluetooth server, I got this error. I'm using Windows7 64 bit, i5 system. C:\Bluetooth Server>java BluetoothServer Native Library intelbth not available Native Library bluecove not…
-1
votes
2 answers

Mouse events through bluetooth

I have to do an assignment in JAVA in which I have to connect to computers through bluetooth device and once they are connected, one computer's mouse can also control other computer's mouse. Means if I want to open my computer on the other computer,…
Muhammad Salman Farooq
  • 1,325
  • 9
  • 26
  • 54
-1
votes
1 answer

Using BlueCove-DBus on ARM. Linker error between C library and Java code (JNI) on Linux

Currently I'm attempting to use Bluetooth on my Raspberry Pi 3, After trying to use other libraries that turned out to be incomplete, I settled on BlueCove over DBus (Snapshot 2.1.1) as it appeared to be mostly complete and didn't force the use of a…
R. Lang
  • 11
  • 1
  • 3
-1
votes
1 answer

RFCOMM Bluetooth Direct Connection: from BlueCove to In The Hand 32Feet

This code works fine using Java Bluecove Bluetooh Library. It's just a main method to probe a RFCCOMM direct connection. I'm trying to do the same in C# based on "In The Hand 32Feet" utility libray i would like send a text command and receive a…
Sara
  • 57
  • 4
-2
votes
2 answers

How can i use java class under swing JButton?

how can i use java class under a swing jButton?this is the code i want to link with the button. this code will discover the bluetooth devices and will send a text file to the connected device.I have used bluecove library. import…
ankita
  • 21
  • 5
-3
votes
1 answer

How to find Bluetooth devices that aren't on discoverable mode?

We're trying to develop an app that's going to mark students presence. In order to do this we're using bluecove to detect the students phone but the phones are only discoverable for 120s. We've developed an Android app that keeps it going forever,…
1 2 3
9
10