2010-05-25から1日間の記事一覧

どのJarにクラスが入ってるか探す

public class ClassFinder { public static void main(String[] args) throws Exception { String className = System.getProperty("className"); System.out.println("Going to search " + className); ClassLoader loader = Thread.currentThread().getCon…