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
2009-12-25 10:44:23
what to add in environment variables
chatty
2009-12-25 10:45:28
the path to you class/jar file which you are importing and making use of
codaddict
2009-12-25 10:51:56
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
2009-12-25 11:08:18
Good to know..You can accept the answer :) and also Merry Xmas :)
codaddict
2009-12-25 11:13:19
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
2009-12-25 11:20:22
You'll find this link of help: http://en.wikibooks.org/wiki/Serial_Programming/Serial_Java#Reading_of_Data
codaddict
2009-12-25 11:25:47
thnx for that...can i update u in any other way...mails, tweets...
chatty
2009-12-25 11:36:11