Classpath JSP

Folks,

I want a JSP that I could put in a web app and it would show the classpath in that app. I am sure someone else surely would have required the same before.So i dont want to re invent the wheel. I did a google search but couldnt find the one i needed. Can anyone please give me the example jsp?or atleast give me any suggestions on how to do the same. Hoping for lots and lots of prompt replies.

[413 byte] By [subhrajyotia] at [2007-10-3 5:01:48]
# 1
Try this:System.getProperty("java.class.path");
gimbal2a at 2007-7-14 23:07:26 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
It only returns the name of the jar which is under the purview of System classloader that is loaded by Tomcat.ie $CATALINA_HOME/bin/bootstrap.jar
subhrajyotia at 2007-7-14 23:07:26 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...