I am developing a web application with a lot of libraries like Spring, Apache CXF, Hibernate, Apache Axis, Apache Common, etc. Each of these frameworks has many * .jar libraries.
For development, I just take all the delivered libraries and add them to my classpath.
For deployment, not all of these libraries are necessary, so is there a quick way to learn all the necessary libraries (* .jar) that are used by my source code?
source
share