File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Spring and the fly likes Which is the Spring Version Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Which is the Spring Version" Watch "Which is the Spring Version" New topic
Author

Which is the Spring Version

Priety Sharma
Ranch Hand

Joined: Jun 10, 2008
Posts: 156

Hi,

I need to find out the version of Spring in the project.
The project has a jar : spring-webmvc.jar

How can I do this.
I want to know if it is spring 2.0 or spring 3.0.

Priety.
Prasad Krishnegowda
Ranch Hand

Joined: Apr 25, 2010
Posts: 503

Its definitely not spring 3.0, because from 3.0 onwards, spring team has split the jar into individual modules, like, web module will be, org.springframework.web-3.0.x.RELEASE


Regards, Prasad
SCJP 5 (93%)
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17243
    
    1

For jar files. If you unzip it locally, then go into the META-INF directory and open the manifest file. Typically the version is in there.

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Rohit Mehta
Ranch Hand

Joined: Mar 11, 2005
Posts: 77

You might have already knew the version - but just to add here - there is a two line program available on net (just google it) which gives you version of spring used.
Tekchand Prasad
Ranch Hand

Joined: Oct 20, 2005
Posts: 32
Find the details of all versions and details

http://olex.openlogic.com/packages/spring
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Which is the Spring Version
 
Similar Threads
ClassPathXmlApplicationContext wildcard problem
Unable to create Spring AOP archetype using Maven in Eclipse
Wont let me import ApplicationContext
spring taglib not recognized my jsp
Example problem from Spring in Action AOP