How do I know which version of RichFaces I am running?

廉价感情. 提交于 2019-12-24 01:17:12

问题


Can you tell me how to find out which version of Richfaces I am running?

I need to know if I have jQuery already installed so perhaps a way to test that would help as an answer as well.

I am using Version: 2.1.0.GA of JBOSS Developer Studio.. if that helps.


回答1:


This should help: http://mkblog.exadel.com/2010/03/getting-richfaces-version-in-runtime/




回答2:


In JBoss developer studio (which is based on Eclipse), right-click your project and choose

Build Path > Configure Build Path

There you have the Libraries tab, where all libraries are listed. Look for richfaces and see the version.

Another way - when you deploy your application, check the WEB-INF/lib folder. There should be the richfaces jar there, with version included.



来源:https://stackoverflow.com/questions/3680165/how-do-i-know-which-version-of-richfaces-i-am-running

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!