> Such a directory could be found by file naming conventions > (META-INF/hivedir.xml) or it could be referenced from a manifest file.
Manifest file would be difficult. Accessing the manifest is easy if your code is the code that is creating class loaders for JARs. Inside a J2EE app server, the classpath is provided for you fair acompli and is opaque ... without a lot of dangerous down-casts, it is very difficult to work backwards from the classpath to the jars that make up the classpath. -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Tapestry: Java Web Components http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
