<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>burkeware.com &#187; java</title>
	<atom:link href="http://blog.burkeware.com/archives/category/java/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.burkeware.com</link>
	<description>Writing buggy code, so you don't have to.</description>
	<lastBuildDate>Sat, 17 Apr 2010 16:25:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Determine a the JDK version used to make a JAR file</title>
		<link>http://blog.burkeware.com/archives/17</link>
		<comments>http://blog.burkeware.com/archives/17#comments</comments>
		<pubDate>Fri, 25 Apr 2008 15:10:11 +0000</pubDate>
		<dc:creator>burke</dc:creator>
				<category><![CDATA[jar]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://burkeware.com/blog/?p=17</guid>
		<description><![CDATA[Maybe there&#8217;s already a tool to do this, but a quick Google search only yield this tip.  So, I made a quick little JAR reader to fetch the estimated version from the manifest: import java.util.*; import java.util.jar.*; import java.io.*; &#160; /* * Sends the &#34;estimated&#34; JDK version (expected to be in the jar manifest &#34;Created-By&#34; [...]]]></description>
		<wfw:commentRss>http://blog.burkeware.com/archives/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
