views:

58

answers:

1

sorry for my bad english, can someone tha has worked with java on a mobile device (cell phone) tell me if its possible to enable the bluetooth connection of the device from a java application?

thanks

A: 

Yes, it's absolutely possible with J2ME (Java 2 Micro Edition). I did this 3 years back so I have little knowledge.

  1. Go to Oracle's Website and download the J2ME libraries/packages from Oracle.
  2. Follow example here and here for tutorial how to connect to bluetooth device.
The Elite Gentleman
why the downvote?
The Elite Gentleman