Buscar Clases en el classpath con FindClass

FindClass is a free java utility that searches your classpath to find the specified class(es). Alternatively, the user can specify a directory and all JAR files in that directory will be searched. This can be especially useful when looking for a class supplied by a third party.

findclass Document -d d:\WebSphere\AppServer\lib

Comentarios