If you know your jar file name also class name than you can find the class file along with its path using below command
jar tf jarname.jar | findstr classname.class