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 5.1 last modified by Geoff Fortytwo on 11/07/2010 at 17:21
Document data
Attachments:
No attachments for this document