Search code examples
javajavax.comm

cannot find symbol in net beans


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


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.

    [...]