java – org. apache. batik. dom. svg. Where’s svgdomimplementation?
In documentation for batik, it shows how to get the apache. batik. dom. svg. Svgdomimplementation gets an instance of DOM implementation
However, after downloading batik 1.8 from the same website, I couldn't find this course
I downloaded version 1.7 and found it in batik SVG dom Jar, but it does not exist in the same jar in 1.8 (or according to any jar in the package)
Has this class been renamed / refactored / replaced? If so, how do I get an instance of DOM implementation in batik 1.8?
Solution
I found the answer, the maillist thread embedded in @ Ajay's answer
It seems that in order to solve this bug, they have moved svgdomimplementation to package org apache. batik. anim. Dom, which is located in the jar file batik-anim-1.8 Jar
At the time of writing, the batik website has not been updated, and for some reasons, this change is not highlighted in the release notes