Re: Find reference type on classpath

2010-10-12 Thread Michael Wood
On 11 October 2010 22:39, Phil Hagelberg wrote: > On Mon, Oct 11, 2010 at 12:21 PM, Ivan Willig wrote: >> I often run into this issue where I am follow a Java documentation where >> they developers fail to explain where they import packages from.  In most >> Java IDE's you can search your classpa

Re: Find reference type on classpath

2010-10-11 Thread Phil Hagelberg
On Mon, Oct 11, 2010 at 12:21 PM, Ivan Willig wrote: > I often run into this issue where I am follow a Java documentation where > they developers fail to explain where they import packages from.  In most > Java IDE's you can search your classpath for reference types. It would be > great is if was

Find reference type on classpath

2010-10-11 Thread Ivan Willig
Hi list, I often run into this issue where I am follow a Java documentation where they developers fail to explain where they import packages from. In most Java IDE's you can search your classpath for reference types. It would be great is if was possible to do the same in slime. I looked around the