当前位置: 代码迷 >> Java Web开发 >> 新手求问,struts版本有关问题
  详细解决方案

新手求问,struts版本有关问题

热度:4091   发布时间:2013-02-25 21:08:28.0
新手求问,struts版本问题。
有个WEB工程用struts1写的,今天有人问是1.几写的,还真不知道,怎么看?
------最佳解决方案--------------------------------------------------------
查看下lib下导入的jar包是什么版本不就知道了么。。
------其他解决方案--------------------------------------------------------
没有了
------其他解决方案--------------------------------------------------------
查看 struts.jar\META-INF\MANIFEST.MF
再查看 Implementation-Version
看后面的数字..

Manifest-Version: 1.0
Specification-Title: Struts Framework
Class-Path:  commons-beanutils.jar commons-collections.jar commons-dig
 ester.jar commons-fileupload.jar commons-logging.jar commons-validato
 r.jar jakarta-oro.jar
Created-By: 1.3.1_04-b02 (Sun Microsystems Inc.)
Ant-Version: Apache Ant 1.6.1
Implementation-Title: Struts Framework
Specification-Version: 1.2.7
Specification-Vendor: The Apache Software Foundation
Implementation-Vendor-Id: org.apache
Extension-Name: Struts Framework
Implementation-Version: 1.2.7
Implementation-Vendor: The Apache Software Foundation
------其他解决方案--------------------------------------------------------
引用:
查看 struts.jar\META-INF\MANIFEST.MF
再查看 Implementation-Version
看后面的数字..

Manifest-Version: 1.0
Specification-Title: Struts Framework
Class-Path:  commons-beanutils.jar commons-collections.jar com……


那里面就两行
Manifest-Version: 1.0
Class-Path: 
还有方法吗
  相关解决方案