The probem is I have jdom1.0 on classpath, I guess.
Im using eclipse, project properties -> Java Build Path -> Libraries and there is jdom-1.0.jar. It means its on classpath right?
Any help would be appreciated.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32768
posted
0
The build path is probably not what gets used at runtime; maybe there's a separate runtime path? Or are you running this outside of Eclipse (in which case whatever is set in Eclipse is not applicable anyway)?
Being a web app, the library should be in the WEB-INF/lib directory.