Hi I am using spring-framework-3.0.6.RELEASE,In that bundle jar file are there in dst folder.
When I am goint to use all modules I am adding all jar files in classpath.
Is there any way to set one jar file in classpath contains all the modules?
Spring used to have an "all" jar before Spring 3.x. But now it is all separate jars. You can go use Spring's Bundlor Repository and get OSGI compliant Spring jars and they even give you the ant or maven entry to get it.
This allows you to put one entry and you get all the jars.