views:

43

answers:

1

where to update the classspath ?? i downloaded CommAPI so that import javax.comm.*; should not give error.

+1  A: 

You can update it in:

  • CLASSPATH environment variable
  • -classpath commandline option to java
codaddict
what to add in environment variables
chatty
the path to you class/jar file which you are importing and making use of
codaddict
i added the path by right clicking on the project name and locating the jar file....n now the error seems to have solved!!
chatty
Good to know..You can accept the answer :) and also Merry Xmas :)
codaddict
thnx...Merry Xmas.Could you suggest me with some small programs where from i can start using functions to read derial port...not much complex programs to start with please...
chatty
You'll find this link of help: http://en.wikibooks.org/wiki/Serial_Programming/Serial_Java#Reading_of_Data
codaddict
thnx for that...can i update u in any other way...mails, tweets...
chatty