Possible Duplicate:
Find Java classes implementing an interface
Hi. I have been trying to find out a way to write a program that is able to find all classes that are implementing a particular interface. One way would be to iterate over the classpath i think, but is there a better way to do this, maybe using any built in eclipse functionalities?