首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

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

2012-12-14 
新手求问,struts版本问题。有个WEB工程用struts1写的,今天有人问是1.几写的,还真不知道,怎么看?[最优解释]

新手求问,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: 
还有方法吗

热点排行