I am trying to use the jdom 2.0.5 library and I have gone through the steps of importing it and configuring the build path but when I attempt to import the libraries I get an error saying "the import cannot be resolved"
"the import cannot be resolved"
means either you have a misspelling somewhere in the import directive or you haven't configured the build path correctly. If you have, then after using a jdom Class in your code organize the import using Ctrl-Shift+o
. If you haven't then configure your class path correctly by one of the following methods: