jsf 2 - Eclipse Java Build Path does not find jars when launch with eclipse Helios -
hope can me out problem, have web apps(jsf 2.0) in eclipse helios, have created class uses apache.commons.validator because need validate url , ips addresses, compiles find launch quite nicely when ccame time use urlvalidator
java.lang.noclassdeffounderror: org/apache/commons/validator/urlvalidator @ com.outboundfactory.bean.validator.urlconverter.getasobject(urlconverter.java:34) @ com.icesoft.faces.renderkit.dom_html_basic.baserenderer.getconvertedvalue(baserenderer.java:91) @ javax.faces.component.uiinput.getconvertedvalue(uiinput.java:1023) @ javax.faces.component.uiinput.validate(uiinput.java:953)
so workaround found put jakarta-oro , apache-commons-validator tomcat libs directly thats no solution either. know if there special configuration put libs in eclipse.
here shot of how have configured
i you're using maven mvn eclipse:eclipse
add in jars.
Comments
Post a Comment