tags:

views:

9

answers:

1

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"&gt;

Thanks.

+1  A: 

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

angelcervera