To start a desktop java application with bluetooth do I need JavaME?
To start a desktop java application with bluetooth I need JavaME?
My notebook have a bluetooth usb dongle, and I'll develop an applicat开发者_如何学运维ion using it. Do I need to use JavaME? Will it work on desktop?
No, Bluetooth is a JSR-82 (API for Bluetooth) specification. You can download JRS-82 implemented Bluetooth library like BlueCove. Alternatively, you can view this page for lists for Bluetooth development kit.
精彩评论