Determining which jar files were loaded or which jar files should be in the .classpath file in a a building of a project.
I recently had a problem that I fixed where the project ran fine on windows with MyEclipse running, however, it failed to run on the server because it was missing a couple files:
jstl-1.2.jar and javax.servlet.jsp.jstl.jar
It would be so very helpful if there was a way to determine what .jar files load during the successful execution of a web application on the same workstation/server as the MyEclipse IDE software that it successfully runs on.
How can that be accomplished to save time debuging/searching the internet for the magical missing .jar file????