cannot find symbol in net beans

444 views Asked by At

i am having code which is using javax.comm lib file,i am getting error saying cannot find symbol.i want to know where exactly my jar file should be?i using windows xp and net beans ide

2

There are 2 answers

1
Pascal Thivent On BEST ANSWER

According to the Java Communications API web page, there is no implementation for Windows XP:

[...]

Implementations of the API are currently available for Solaris SPARC, Solaris x86, and Linux x86.

[...]

0
jitter On