For Java developers…

Ever get a NoClassDefFoundError or a ClassNotFoundException and wondered what jar file you were missing ? I came across this site http://www.findjar.com/ today. You can enter the name of the missing class file and it will tell you which jar file contains it.

Leave a Reply