<?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: Intro and Java Class File Decompilation</title>
	<atom:link href="http://www.reverttoconsole.com/blog/general/intro-and-java-class-file-decompilation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reverttoconsole.com/blog/core-java/intro-and-java-class-file-decompilation/</link>
	<description>for f in *;do echo &#124; sed &#039;i\rtc&#039; &#62;&#62; $f;done; java programming et al</description>
	<lastBuildDate>Thu, 19 Jan 2012 04:32:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: eokuwwy</title>
		<link>http://www.reverttoconsole.com/blog/core-java/intro-and-java-class-file-decompilation/comment-page-1/#comment-3</link>
		<dc:creator>eokuwwy</dc:creator>
		<pubDate>Wed, 12 Mar 2008 19:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://reverttoconsole.com/archives/18#comment-3</guid>
		<description>Hi.  Sorry for the late response.  It would work if you exploded the jar first. (i.e. jar -xf &lt;jarfilename&gt;)

However, if you really have the .jad file or files already, then all you need is this line that renames them as .java files.

for file in *.jad ; do mv $file `echo $file &#124; sed ’s/\(.*\.\)jad/\1java/’` ; done</description>
		<content:encoded><![CDATA[<p>Hi.  Sorry for the late response.  It would work if you exploded the jar first. (i.e. jar -xf <jarfilename>)</p>
<p>However, if you really have the .jad file or files already, then all you need is this line that renames them as .java files.</p>
<p>for file in *.jad ; do mv $file `echo $file | sed ’s/\(.*\.\)jad/\1java/’` ; done</jarfilename></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://www.reverttoconsole.com/blog/core-java/intro-and-java-class-file-decompilation/comment-page-1/#comment-2</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Wed, 09 Jan 2008 13:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://reverttoconsole.com/archives/18#comment-2</guid>
		<description>Will this work if I only have the .jad and the .jar file?</description>
		<content:encoded><![CDATA[<p>Will this work if I only have the .jad and the .jar file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

