Sandeep Deb's Home Page
Java Class Finder
  Search engine for Java classes
Have you ever faced the class craziness in the Java world? Why is the application not able to find the class, Why is the application not able to pick the class that I just modified, Which folder or Jar is the class present in? All these questions are way too common in a complicated environment.

I created a simple class finder application long long time back and it has proved to be invaluable on quite a few occations. This is a very simple application where you can specify a list of folders or jars to be searched for a specific class. The application can search for an exact or a fuzzy match.

 
 
Executable Jar >> You can download the executable Jar file by clicking on the image. This can be run by double clicking on it or by exeucting it using the java -jar com.sandy.classfinder.ClassFinder command.
 
Source Code >> You can download the source code by clicking the image on the left. Please feel free to chage, update and enhance the code as per your needs.