Tag Archive For "ClassNotFoundException"
What jar file does a Java class belong to?
I found this very useful web site that allows you to search what JAR file a specific Java class belongs to. This has proven quite useful to me over the last couple of days when I had to deal with NoClassDefFoundError and ClassNotFoundException problems. You can just enter the name of the class or JAR …
Recent Comments