I am attempting to find the names of all classes available at runtime in Java and have had some success using reflection in Guava with code such as:
ClassPat
For a post 1.5 JVM, you can use http://docs.oracle.com/javase/6/docs/api/java/lang/instrument/Instrumentation.html#getAllLoadedClasses().