How to find the Struts version being used in a project
struts
Solution
Open struts jar and read version in MANIFEST file, inside META-INF folder.
Problem
How to find the Struts version being used in a Web Application project in Eclipse? My struts-config.xml says ``` <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd"> ``` Thanks.