I'm trying to find a single file in classpath. This file is somewhere in one of JARs available in classpath. I'm sure that this task is rather typical. Is there any utility for this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can use this class, it looks for class files, but you can easily modify to look for all kind of files. |
|||
|
|
|
Try
or
Combined with IOUtils
|
|||
|
|