How to find the Struts version being used in a project

Van de Graff picture Van de Graff · Oct 26, 2010 · Viewed 62.6k times · Source

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.

Answer

angelcervera picture angelcervera · Oct 26, 2010

Open struts jar and read version in MANIFEST file, inside META-INF folder.