Hi, >> What can be the reason of this error? > > >> java.lang.NoClassDefFoundError: org/jdom/JDOMException > >Looks like you need to install the JDOM library...
Or, and more likely, you need to make sure the version of the JDOM library that you have on your runtime classpath (most likely in your WEB-INF/lib directory) is the same or backwards compatible with the version you used at compile-time. Be careful to note the difference between a NoClassDefFoundError and a ClassNotFoundException. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
