Question

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

Was it helpful?

Solution

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.

[...]

OTHER TIPS

Both answers are right, both already give you a part of what you'll need.

You can find a working implementation of javax.comm for Windows here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top