USB port

hi,as what i now java does not support detection of USB ports for windows, is there altenative option where i can indicate in a textarea i designed in my program whereby if i insert a USB mouse it will display "mouse inserted" on the textarea?thank youjp
[275 byte] By [juniorprogrammera] at [2007-11-27 9:43:07]
# 1
http://www.ibm.com/developerworks/java/library/j-usb.html http://javax-usb.sourceforge.net/Hope this two links help you :)
diptaPBa at 2007-7-12 23:47:48 > top of Java-index,Java Essentials,Java Programming...
# 2
hi, thanks for the reply but i tried the package above does not exists in java. is there another way to detect a USB mouse whether it exists?thank you
juniorprogrammera at 2007-7-12 23:47:49 > top of Java-index,Java Essentials,Java Programming...
# 3

> hi, thanks for the reply but i tried the package

> above does not exists in java. is there another way

> to detect a USB mouse whether it exists?

>

> thank you

Did you actually download the library and put it in your compile and runtime classpaths?

georgemca at 2007-7-12 23:47:49 > top of Java-index,Java Essentials,Java Programming...
# 4
> Did you actually download the library and put it in your compile and runtime classpaths? how do i search the classpaths, it would be grateful if u could guide me, thanks alot.
juniorprogrammera at 2007-7-12 23:47:49 > top of Java-index,Java Essentials,Java Programming...
# 5
> > Did you actually download the library and put it in> your compile and runtime classpaths? > > how do i search the classpaths, it would be grateful> if u could guide me, thanks alot.*sigh* never mind
georgemca at 2007-7-12 23:47:49 > top of Java-index,Java Essentials,Java Programming...
# 6
I am new to java, it would be grateful if you could guide me what to download for thank you
juniorprogrammera at 2007-7-12 23:47:49 > top of Java-index,Java Essentials,Java Programming...
# 7

> > Did you actually download the library and put it in

> your compile and runtime classpaths?

>

> how do i search the classpaths, it would be grateful

> if u could guide me, thanks alot.

You are trying to start you java career with a tough project. First try to learn the basics of java then only you should work on the project you mentioned. This link should be helpful to you http://java.sun.com/docs/books/tutorial/

diptaPBa at 2007-7-12 23:47:49 > top of Java-index,Java Essentials,Java Programming...