<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Jar Browser</title>
	<atom:link href="http://puretech.paawak.com/2009/04/18/jar-browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://puretech.paawak.com/2009/04/18/jar-browser/</link>
	<description>My musings on software</description>
	<pubDate>Mon, 21 May 2012 05:47:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: /\/ikolaj</title>
		<link>http://puretech.paawak.com/2009/04/18/jar-browser/#comment-50</link>
		<dc:creator>/\/ikolaj</dc:creator>
		<pubDate>Tue, 28 Apr 2009 20:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://puretech.paawak.com/?p=77#comment-50</guid>
		<description>My favorite is maven search through eclipse (or netbeans if one has that preference). I have not found an easy way to bring it up with eclipse. But type the classname in a java file. Now there are wiggles under it because you cannot find it. Ctrl + 1 and choose the "fix project setup" with a little M on the icon. Now you can search through your maven repos (and add new ones).

The old fashioned way of doing it is:

find -name "*.jar" -print0  &#124; xargs -0 grep -i SomeClassName

Stay cool ;) !

/\/</description>
		<content:encoded><![CDATA[<p>My favorite is maven search through eclipse (or netbeans if one has that preference). I have not found an easy way to bring it up with eclipse. But type the classname in a java file. Now there are wiggles under it because you cannot find it. Ctrl + 1 and choose the &#8220;fix project setup&#8221; with a little M on the icon. Now you can search through your maven repos (and add new ones).</p>
<p>The old fashioned way of doing it is:</p>
<p>find -name &#8220;*.jar&#8221; -print0  | xargs -0 grep -i SomeClassName</p>
<p>Stay cool <img src='http://puretech.paawak.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> !</p>
<p>/\/</p>
]]></content:encoded>
	</item>
</channel>
</rss>

