Jaxp parser impl is needed by ant-1.6.2-3jpp
From Foochal
[edit]
Error
I was unable to install Ant on CentOS. I got this error:
rpm -Uvh ant-1.6.2-3jpp.noarch.rpm jaxp_parser_impl is needed by ant-1.6.2-3jpp
[edit]
Solution
The solution was to get crimson-1.1.3-13jpp.noarch.rpm, which provides jaxp_parser_impl
Crimson depends on other rpms, so you need to get all.
rpm -Uvh xml-commons-1.0-0.b2.7jpp.noarch.rpm rpm -Uvh xml-commons-apis-1.0-0.b2.7jpp.noarch.rpm rpm -Uvh crimson-1.1.3-13jpp.noarch.rpm

