Kyle-ClassFinder Java class finder, to locate the jar files which contains the specified java class. Usage: Open the command prompt or terminal. Navigate to the project root directory. Run the following command: java -jar build/libs/Kyle-ClassFinder-1.0.jar %1 %2 %1: The java class name to be searched. %2: The directory where the java class is located.