Do the following to find out which jar (or class file) a class is being loaded from. Just change the value of className.
String className = "/com/sun/xml/messaging/saaj/soap/MessageImpl.class";
java.net.URL classUrl = getClass().getResource(className);
out.println("jar="+ classUrl.getFile());
String className = "/com/sun/xml/messaging/saaj/soap/MessageImpl.class";
java.net.URL classUrl = getClass().getResource(className);
out.println("jar="+ classUrl.getFile());
Version 2.1 last modified by Geoff Fortytwo on 12/05/2008 at 01:26
Document data
Attachments:
No attachments for this document