get list of packages loaded / in class path
For use with Sun Web Server, is there a simple way to get a list of all classes/packages that are within the server's class path?dailysun
[159 byte] By [
dailysun] at [2007-11-25 21:33:16]

# 1
Statically, you could unjar each jar file present in the classpath.Dynamically, check the JVM docs for the options to have the JVM classloaders produce verbose output about which classes are loaded from where. http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/java.html
jyri at 2007-7-5 0:16:19 >
