how do I figure out what version of xerces used in my OpenJDK library?

Viewed 260

I am developing a Java application using Spring framework. Spring uses the Apache Xerces library which is included inside rt.jar comes with my java OpenJDK 8 installation. I wonder how do I know what exact version of Xerces is used in rt.jar?

The suggested answer at How to find what apache.xerces version does spring-framework use? does not answer my question here. It does not tell how to find out the xerces version from rt.lib

0 Answers
Related