Get where class was loaded from
// http://stackoverflow.com/questions/1983839/determine-which-jar-file-a-class-is-from Class klass = String.class; URL location = klass.getResource('/'+klass.getName().replace('.', '/')+".class");