Java Bluetooth Forum
- Posted by Bruse
Java Bluetooth Forum is now up and running. Share and learn by participating in the discussions related to JSR-82 and Java Bluetooth Programming.
Java Bluetooth Forum is now up and running. Share and learn by participating in the discussions related to JSR-82 and Java Bluetooth Programming.
August 27th, 2007 at 7:45 am
i am working on a project in pervasive computing based on java in which we will be a utilizing bluetooth communication.
October 24th, 2007 at 5:34 am
learning java bluetooth
December 6th, 2007 at 6:49 pm
I am new to the J2ME BlueTooth programming, just go through the example of Device Discovery,i go an error below when i run this program?
Exception in thread “main” java.lang.ExceptionInInitializerError
at com.jsrsoft.eb.nw.LD.gld(Unknown Source)
at javax.bluetooth.LocalDevice.(Unknown Source)
at javax.bluetooth.LocalDevice.getLocalDevice(Unknown Source)
at test.BluetoothDeviceDiscovery.main(BluetoothDeviceDiscovery.java:35)
Caused by: java.lang.RuntimeException: Include ElectricBlue library in the path
at com.jsrsoft.eb.nw.NW.(Unknown Source)
Does anyone give me a little help at this stage?