Eclipse: find resource on classpath
Posted
by seanizer
on Stack Overflow
See other posts from Stack Overflow
or by seanizer
Published on 2010-06-08T10:07:52Z
Indexed on
2010/06/08
10:12 UTC
Read the original article
Hit count: 241
Is there a way in eclipse to search the classpath for arbitrary resource file names (or patterns)?
I know I can use either
Navigate > Open Type
(which will scan the classpath for classes) or
Navigate > Open Resource
,
which will search for any resource type, but only in my project folders. Is there any way to achieve a combination ob both, to do a resource search (something like *.xsd
) that searches all jars on the classpath?
© Stack Overflow or respective owner