Results 1 to 5 of 5
Thread: bluetooth programming
- 12-07-2008, 11:17 AM #1
Member
- Join Date
- Dec 2008
- Posts
- 6
- Rep Power
- 0
bluetooth programming
hi there, i am a beginner in java and am facing a little problem here. hope someone can help me.
there are errors when i try to do compilation. and the errors are javax.microedition.io and javax.bluetooth does not exist.
i tried both Netbeans 6.0 and JCreator, both yield same errors. i believe my pc does not have the packages but isnt Netbeans/JCreator has everything?
do i need to download the javax.microedition.io and javax.bluetooth packages? if so, can someone post a link here?
thanks!
- 12-07-2008, 03:30 PM #2
importing?
Are you importing these packages into your program?
Luck,Java Code:import javax.microedition.io.* import javax.bluetooth.*
CJSLChris S.
Difficult? This is Mission Impossible, not Mission Difficult. Difficult should be easy.
- 12-07-2008, 06:46 PM #3
Is this a Java ME app?
db
- 12-09-2008, 01:04 PM #4
Member
- Join Date
- Dec 2008
- Posts
- 6
- Rep Power
- 0
yes i have imported the package javax.Bluetooth.*; but i think this package does not exists in JDK-6,how can i get the package?
If any link is there please give the link.
thanks
- 12-15-2008, 08:46 PM #5
Member
- Join Date
- Dec 2008
- Posts
- 6
- Rep Power
- 0
bluetooth stack initialization
Hi
I am new in bluetooth programming and i am getting bluetooth stack not initialize exception.The exact exception is "unable to load HCI manager.org.javabluetooth.stack.hci.HCIException: BluetoothStack not initialised at javax.bluetooth.LocalDevice.<init>(LocalDevice.jav a:49)"
I have imported both the packages
import javax.bluetooth.*;
import javax.microedition.io.*;
Can anyone help me with the same?
thanks
Rajnish
Similar Threads
-
Connect from PC with mobile using bluetooth
By DemoX in forum Advanced JavaReplies: 5Last Post: 04-13-2011, 03:10 AM -
Questions about bluetooth
By vision in forum CLDC and MIDPReplies: 1Last Post: 11-15-2008, 03:58 PM -
Bluetooth Tutorials
By medhat_fci in forum CLDC and MIDPReplies: 1Last Post: 08-11-2008, 03:15 AM -
Infra-red, Bluetooth in Java
By mathias in forum NetworkingReplies: 1Last Post: 08-07-2007, 06:48 AM -
Linux Bluetooth Remote Control 0.4
By levent in forum Java SoftwareReplies: 0Last Post: 05-11-2007, 09:54 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks