Output from JBoss
[[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
java.lang.ClassNotFoundException: org.jdom.input.SAXBuilder
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?
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.
This message was edited 1 time. Last update was at by Ulf Dittmer