* [Bluez-users] Need HELP in JavaBluetooth API
@ 2006-01-19 12:07 shankar marrapu
2006-01-20 1:20 ` Marcel Holtmann
2006-02-22 11:59 ` [Bluez-users] " sanjeevi
0 siblings, 2 replies; 3+ messages in thread
From: shankar marrapu @ 2006-01-19 12:07 UTC (permalink / raw)
To: JABWT
[-- Attachment #1: Type: text/plain, Size: 2748 bytes --]
Hai
I am implementing Bluetooth stack(inindows XP Using javaBluetooth API(jsr-82) as part of final year project.i face following errors while executing demo programs which are in your JavaBluetooth API(JSR-82).
Is there any package related to javax.comm to execute Bluetooth in
Windows environment?
1. this error occur while executing BluetoothBrowser.java
Error:
Exception in thread "main" org.javabluetooth.stack.hci.HCIException: HCIManagerR
emoteClient: IOException: java.net.ConnectException: Connection refused: connect
at org.javabluetooth.distributed.BluetoothTCPClient.<init>(BluetoothTCPC
lient.java:82)
at org.javabluetooth.demo.gui.BluetoothBrowser.main(BluetoothBrowser.jav
a:162)
Press any key to continue...
2. this error occur while executing BluetoothServer.java
Error:
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The import javax.comm cannot be resolved
The import javax.comm cannot be resolved
The import javax.comm cannot be resolved
The import javax.comm cannot be resolved
The import javax.comm cannot be resolved
The import javax.comm cannot be resolved
The import javax.comm cannot be resolved
SerialPortEventListener cannot be resolved or is not a valid superinterf
ace
CommPortIdentifier cannot be resolved or is not a type
CommPortIdentifier cannot be resolved
CommPortIdentifier cannot be resolved
SerialPort cannot be resolved or is not a type
SerialPort cannot be resolved
SerialPort cannot be resolved
SerialPort cannot be resolved
NoSuchPortException cannot be resolved or is not a type
SerialPortEvent cannot be resolved (or is not a valid type) for the argu
ment event of the method serialEvent
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at org.javabluetooth.stack.hci.UARTTransport.<init>(UARTTransport.java:2
5)
at org.javabluetooth.demo.BluetoothServer.main(BluetoothServer.java:28)
Press any key to continue...
Please help me as soon as possible.
M.U.Gowri shankar,
Send instant messages to your online friends http://in.messenger.yahoo.com
[-- Attachment #2: Type: text/html, Size: 4788 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Bluez-users] Need HELP in JavaBluetooth API
2006-01-19 12:07 [Bluez-users] Need HELP in JavaBluetooth API shankar marrapu
@ 2006-01-20 1:20 ` Marcel Holtmann
2006-02-22 11:59 ` [Bluez-users] " sanjeevi
1 sibling, 0 replies; 3+ messages in thread
From: Marcel Holtmann @ 2006-01-20 1:20 UTC (permalink / raw)
To: bluez-users
Hi,
> I am implementing Bluetooth stack(inindows XP Using
> javaBluetooth API(jsr-82) as part of final year project.i face
> following errors while executing demo programs which are in your
> JavaBluetooth API(JSR-82).
>
> Is there any package related to javax.comm to execute
> Bluetooth in
> Windows environment?
the JaveBluetooth thing has nothing to do with BlueZ and thus this is
actually the wrong mailing list to ask questions. And please don't ask
question about Windows on a Linux mailing list ;)
Regards
Marcel
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Bluez-users] Re: Need HELP in JavaBluetooth API
2006-01-19 12:07 [Bluez-users] Need HELP in JavaBluetooth API shankar marrapu
2006-01-20 1:20 ` Marcel Holtmann
@ 2006-02-22 11:59 ` sanjeevi
1 sibling, 0 replies; 3+ messages in thread
From: sanjeevi @ 2006-02-22 11:59 UTC (permalink / raw)
To: bluez-users
shankar marrapu <hifrom122 <at> yahoo.co.in> writes:
>
>
> Hai I am implementing Bluetooth stack(inindows XP Using
javaBluetooth API(jsr-82) as part of final year project.i face following
errors while executing demo programs which are in your JavaBluetooth API(JSR-
82). Is there any package related to javax.comm to execute
Bluetooth in Windows environment?
> 1. this error occur while executing BluetoothBrowser.java
Error: Exception in thread "main"
org.javabluetooth.stack.hci.HCIException: HCIManagerR emoteClient:
IOException: java.net.ConnectException: Connection refused: connect at
> org.javabluetooth.distributed.BluetoothTCPClient.<init>(BluetoothTCPC
lient.java:82) at org.javabluetooth.demo.gui.BluetoothBrowser.main
(BluetoothBrowser.jav a:162) Press any key to
continue... 2. this error occur while executing BluetoothServer.java
> Error: Exception in thread "main" java.lang.Error: Unresolved
compilation problems: The import javax.comm cannot be resolved
The import javax.comm cannot be resolved The import javax.comm cannot be
resolved The import javax.comm cannot be
> resolved The import javax.comm cannot be resolved The import
javax.comm cannot be resolved The import javax.comm cannot be
resolved SerialPortEventListener cannot be resolved or is not a valid
superinterf ace CommPortIdentifier cannot be resolved or is not a
type CommPortIdentifier cannot be resolved CommPortIdentifier
cannot be resolved SerialPort cannot be resolved or is not a type
SerialPort cannot be resolved SerialPort cannot be
> resolved SerialPort cannot be resolved NoSuchPortException
cannot be resolved or is not a type SerialPortEvent cannot be resolved
(or is not a valid type) for the argu ment event of the method
serialEvent at sun.reflect.NativeConstructorAccessorImpl.newInstance0
(Native Method) at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39) at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27) at
> java.lang.reflect.Constructor.newInstance(Constructor.java:494) at
org.javabluetooth.stack.hci.UARTTransport.<init>(UARTTransport.java:2
5) at org.javabluetooth.demo.BluetoothServer.main
(BluetoothServer.java:28) Press any key to
continue... Please help me as soon
as possible. M.U.Gowri shankar,
> Send instant messages to your online friends http://in.messenger.yahoo.com
>
hai shankar,
i am sanjeevi sanjayvenugopal@hotmail.com
i too have the same problem .
did you get any solutions .
i am doing final year project.
so please reply and help me.
thankyou,
regards,
sanjeevi.v
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-02-22 11:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-19 12:07 [Bluez-users] Need HELP in JavaBluetooth API shankar marrapu
2006-01-20 1:20 ` Marcel Holtmann
2006-02-22 11:59 ` [Bluez-users] " sanjeevi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).