ClassLoader classloader =
org.apache.xmlbeans.XmlOptions.class.getClassLoader(); java.net.URL res = classloader.getResource( "org/apache/xmlbeans/XmlOptions.class"); String path = res.getPath(); System.out.println("XmlOptions came from " + path);