<?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: What JRE version does Flex Builder 2 standalone use?</title>
	<atom:link href="http://renaun.com/blog/2006/06/27/50/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2006/06/27/50/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Thu, 11 Mar 2010 19:37:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stephen</title>
		<link>http://renaun.com/blog/2006/06/27/50/comment-page-1/#comment-16435</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 30 Nov 2004 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=50#comment-16435</guid>
		<description>Actually, adding it to the .ini file is not enough.

You need to create a desktop shortcut(assuming Windows), and change your target like so:

"C:\Program Files\Adobe\Flex Builder 2\FlexBuilder.exe" -vm "C:\Program Files\Java\jre1.6.0\bin\javaw.exe"

How do I know?
I wanted to be sure...so after adding -vm to the .ini, I opened Process Explorer and checked the loaded files running under FlexBuilder.exe process.  Sadly, my jre 1.6 wasn't loaded.

It seems that -vm is ignored when they attach switches to the eclipse rcp executable.

If you do it my way, and you check process explorer, you will see that jre 1.6 is used.

HTH,
Steve</description>
		<content:encoded><![CDATA[<p>Actually, adding it to the .ini file is not enough.</p>
<p>You need to create a desktop shortcut(assuming Windows), and change your target like so:</p>
<p>&#8220;C:\Program Files\Adobe\Flex Builder 2\FlexBuilder.exe&#8221; -vm &#8220;C:\Program Files\Java\jre1.6.0\bin\javaw.exe&#8221;</p>
<p>How do I know?<br />
I wanted to be sure&#8230;so after adding -vm to the .ini, I opened Process Explorer and checked the loaded files running under FlexBuilder.exe process.  Sadly, my jre 1.6 wasn&#8217;t loaded.</p>
<p>It seems that -vm is ignored when they attach switches to the eclipse rcp executable.</p>
<p>If you do it my way, and you check process explorer, you will see that jre 1.6 is used.</p>
<p>HTH,<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/06/27/50/comment-page-1/#comment-2223</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Tue, 30 Nov 2004 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=50#comment-2223</guid>
		<description>Thanks, this is a much cleaner way and most likely the preferred way of changing JVM's.</description>
		<content:encoded><![CDATA[<p>Thanks, this is a much cleaner way and most likely the preferred way of changing JVM&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Muntean</title>
		<link>http://renaun.com/blog/2006/06/27/50/comment-page-1/#comment-2036</link>
		<dc:creator>Alex Muntean</dc:creator>
		<pubDate>Wed, 30 Nov 2011 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=50#comment-2036</guid>
		<description>An easier way to change the JVM used by Flash Builder 2 is to add  the &lt;em&gt;-vm&lt;/em&gt; switch to FlexBuilder.ini like this:

&lt;code&gt;
-vm
c:\Program Files\Java\jre1.5.0_07\bin\javaw.exe

-vmargs
-Xms128M
-Xmx512M
-XX:MinHeapFreeRatio=20
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>An easier way to change the JVM used by Flash Builder 2 is to add  the <em>-vm</em> switch to FlexBuilder.ini like this:</p>
<p><code><br />
-vm<br />
c:\Program Files\Java\jre1.5.0_07\bin\javaw.exe</p>
<p>-vmargs<br />
-Xms128M<br />
-Xmx512M<br />
-XX:MinHeapFreeRatio=20<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
