Skip to main content
deepak

Featured

to check which jar the class is comgn

Class klass = Preconditions.class;URL location = klass.getResource('/' + klass.getName().replace('.', '/') + ".class");System.out.println(klass + " loca" + location);System.out.println(getProtectionDomain(klass).getCodeSource().getLocation());

Comments