Eclipse 2.1, commons-digester, sysdeo plug-in
- From: "bb" <kmilburn@xxxxxxxxxxxxx>
- Date: 11 Jul 2005 15:06:46 -0700
I'm trying to use Jakarta Commons Validator under Eclipse 2.1 with
Tomcat 4.1 under Windows XP Pro.
The following line throws the following error message:
ValidatorResources resources =
new
ValidatorResources(getClass().getResourceAsStream"/validator.xml"));
Throws the following error message:
<<<<<<<<<<<<<<<< ERROR MESSAGE >>>>>>>>>>>>
java.lang.NoClassDefFoundError:
org/apache/commons/digester/xmlrules/DigesterLoader
at
org.apache.commons.validator.ValidatorResources.<init>(ValidatorResources.java:144)
at
org.apache.commons.validator.ValidatorResources.<init>(ValidatorResources.java:124)
at
emat.com.gui.webpages.credit.VendorPaymentValidator.setResources(VendorPaymentValidator.java:32)
at
emat.com.gui.webpages.credit.VendorPaymentValidator.<init>(VendorPaymentValidator.java:25)
at
emat.com.gui.webpages.credit.VendorPaymentProcessor.processPage(VendorPaymentProcessor.java:44)
>>>>>>>>>> END OF ERROR <<<<<<<<<<<<<<<<<<<<<
Does anyone know EXACTLY where the commons-validator.jar file belongs?
If I put it under web-apps/webapp/web-inf/lib it creates a different
error. If I put it under tomcathome/common/lib it creates a different
error.
Any help would be appreciated.
.
- Prev by Date: Re: J2ME Development Tools
- Next by Date: Re: JBuilder 2005 Foundation Online Docs?
- Previous by thread: J2ME Development Tools
- Next by thread: Pls advice: Best OpenSource Java Framework/Portal for this requirements?
- Index(es):
Relevant Pages
|
|