<?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: How can I view the source code of a java application?</title>
	<atom:link href="http://www.codebrothers.org/how-can-i-view-the-source-code-of-a-java-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codebrothers.org/how-can-i-view-the-source-code-of-a-java-application/</link>
	<description></description>
	<lastBuildDate>Sun, 01 Aug 2010 01:09:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Hey look, it's ME!!!</title>
		<link>http://www.codebrothers.org/how-can-i-view-the-source-code-of-a-java-application/comment-page-1/#comment-1264</link>
		<dc:creator>Hey look, it's ME!!!</dc:creator>
		<pubDate>Sat, 06 Feb 2010 10:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebrothers.org/how-can-i-view-the-source-code-of-a-java-application/#comment-1264</guid>
		<description>You cant just view the source code of a program unless they let you see it (download it). You can download source codes of open source programs (google it), under the condition that you will distribute the applications YOU create using THAT source code for free. See open source definition:
http://en.wikipedia.org/wiki/Open_source#The_Open_Source_Definition
Open source communities are very useful for people like you.

The alternative is called reverse-engineering. Its illegal and doesn&#039;t word 100%</description>
		<content:encoded><![CDATA[<p>You cant just view the source code of a program unless they let you see it (download it). You can download source codes of open source programs (google it), under the condition that you will distribute the applications YOU create using THAT source code for free. See open source definition:<br />
<a href="http://en.wikipedia.org/wiki/Open_source#The_Open_Source_Definition" rel="nofollow">http://en.wikipedia.org/wiki/Open_source#The_Open_Source_Definition</a><br />
Open source communities are very useful for people like you.</p>
<p>The alternative is called reverse-engineering. Its illegal and doesn&#8217;t word 100%</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David H</title>
		<link>http://www.codebrothers.org/how-can-i-view-the-source-code-of-a-java-application/comment-page-1/#comment-1265</link>
		<dc:creator>David H</dc:creator>
		<pubDate>Sat, 06 Feb 2010 10:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebrothers.org/how-can-i-view-the-source-code-of-a-java-application/#comment-1265</guid>
		<description>I&#039;ve used software called ClassMapper to reconstruct source code from Java bytecode. When I used it on my own class files it did a frighteningly good job! I&#039;m sure there must be other utilities that do the same job.

Of course the reconstructed variables will have funny names and there won&#039;t be any comments (!), but byte code *can* be converted back into source code of a sort.

Look up &quot;java decompiler&quot; on a search engine.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used software called ClassMapper to reconstruct source code from Java bytecode. When I used it on my own class files it did a frighteningly good job! I&#8217;m sure there must be other utilities that do the same job.</p>
<p>Of course the reconstructed variables will have funny names and there won&#8217;t be any comments (!), but byte code *can* be converted back into source code of a sort.</p>
<p>Look up &quot;java decompiler&quot; on a search engine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
