Hello,
I tried to run a probram from the book "Big Java" by Cay Hortsman that parses an XML document. I typed in the line in Eclipse and it gave me a red box error message saying "the import java.xml can not be resolved". This tels me that i do not have the library to import.
What I would like to know is how i can add this library so i can use it on any IDE and also use it with command line compiling.
Also i would like to know how i can get the org.* library as well. Any help is appreciated.....
Rgds,
Andrew