<?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"
	>
<channel>
	<title>Comments on: Bytecode Reverse Engineering Season 1 Episode 3</title>
	<atom:link href="http://www.amitslab.com/blog/2008/08/03/bytecode-reverse-engineering-season-1-episode-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://amitslab.com/blog/2008/08/03/bytecode-reverse-engineering-season-1-episode-3/</link>
	<description>Informing you of my findings in the world of technology</description>
	<pubDate>Sun, 05 Feb 2012 05:37:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Dmitry Leskov</title>
		<link>http://amitslab.com/blog/2008/08/03/bytecode-reverse-engineering-season-1-episode-3/#comment-15</link>
		<dc:creator>Dmitry Leskov</dc:creator>
		<pubDate>Tue, 05 Aug 2008 05:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://amitslab.com/blog/?p=8#comment-15</guid>
		<description>"No more platform independence" is true for fairly simple, small applications that run on any version of the JRE. More complicated Java programs typically depend on the JRE version. Many of them would install a private JRE of exactly the version on which they were tested. In this case, there will be a Windows installer with the Windows JRE, a Linux installer with the Linux JRE, and a Mac installer that only works on systems with the right Mac OS X version. This is not different from having native builds for the same systems.

As for "higher costs", GCJ is open source and Excelsior JET is freely available for use in public non-commercial projects.

Finally, native compilers can also help you reduce the download size and disk footprint of your apps:

http://www.excelsior-usa.com/java-download-size.html</description>
		<content:encoded><![CDATA[<p>&#8220;No more platform independence&#8221; is true for fairly simple, small applications that run on any version of the JRE. More complicated Java programs typically depend on the JRE version. Many of them would install a private JRE of exactly the version on which they were tested. In this case, there will be a Windows installer with the Windows JRE, a Linux installer with the Linux JRE, and a Mac installer that only works on systems with the right Mac OS X version. This is not different from having native builds for the same systems.</p>
<p>As for &#8220;higher costs&#8221;, GCJ is open source and Excelsior JET is freely available for use in public non-commercial projects.</p>
<p>Finally, native compilers can also help you reduce the download size and disk footprint of your apps:</p>
<p><a href="http://www.excelsior-usa.com/java-download-size.html" rel="nofollow">http://www.excelsior-usa.com/java-download-size.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

