<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Setting up Eclipse for Flash Developers</title>
	<atom:link href="http://blog.hexagonstar.com/eclipse-for-flash-devs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/</link>
	<description>turn-based glory and pixel pleasure</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:41:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: marcel_B</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/#comment-910</link>
		<dc:creator>marcel_B</dc:creator>
		<pubDate>Thu, 16 Sep 2010 20:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-910</guid>
		<description>adobe sucks and should be very ashamed of themselves. the flash ide is indeed too bad to be true. why can&#039;t they make a proper ide with decent auto completion and auto import. it&#039;s really sad.
if you want to develop some flash apps and you don&#039;t want to spend money, you&#039;re stranded. you got no options.
following the above steps isn&#039;t very easy to. too much effort and too much money.
adobe is just as bad as microsoft. they only want money. i&#039;ve had it with flash.</description>
		<content:encoded><![CDATA[<p>adobe sucks and should be very ashamed of themselves. the flash ide is indeed too bad to be true. why can&#8217;t they make a proper ide with decent auto completion and auto import. it&#8217;s really sad.<br />
if you want to develop some flash apps and you don&#8217;t want to spend money, you&#8217;re stranded. you got no options.<br />
following the above steps isn&#8217;t very easy to. too much effort and too much money.<br />
adobe is just as bad as microsoft. they only want money. i&#8217;ve had it with flash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: san</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/#comment-909</link>
		<dc:creator>san</dc:creator>
		<pubDate>Sat, 01 May 2010 11:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-909</guid>
		<description>after experimenting with a lot of different settings, this is what worked best for me personally:

-nosplash
-vm &quot;C:\Program Files\JRockit Real Time\jrrt-4.0.0-1.6.0\bin\javaw.exe&quot;
-nl
en_US
-vmargs
-Xms1280m
-Xmx1280m
-XX:MaxPermSize=400m
-XX:PermSize=312m
-Djava.net.preferIPv4Stack=true
-XX:+AggressiveHeap
-XX:+AggressiveOpts
-XX:+UseParallelOldGC
-XX:ParallelGCThreads=3
-XX:ThreadPriorityPolicy=1
-Xverify:none
-XX:MinHeapFreeRatio=20</description>
		<content:encoded><![CDATA[<p>after experimenting with a lot of different settings, this is what worked best for me personally:</p>
<p>-nosplash<br />
-vm &#8220;C:\Program Files\JRockit Real Time\jrrt-4.0.0-1.6.0\bin\javaw.exe&#8221;<br />
-nl<br />
en_US<br />
-vmargs<br />
-Xms1280m<br />
-Xmx1280m<br />
-XX:MaxPermSize=400m<br />
-XX:PermSize=312m<br />
-Djava.net.preferIPv4Stack=true<br />
-XX:+AggressiveHeap<br />
-XX:+AggressiveOpts<br />
-XX:+UseParallelOldGC<br />
-XX:ParallelGCThreads=3<br />
-XX:ThreadPriorityPolicy=1<br />
-Xverify:none<br />
-XX:MinHeapFreeRatio=20</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mari</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/#comment-908</link>
		<dc:creator>Mari</dc:creator>
		<pubDate>Tue, 28 Jul 2009 01:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-908</guid>
		<description>Aptana just released Studio 1.5, and the plug-in site has changed to: http://update.aptana.com/update/studio. You can also access plug-in information on our wiki at: http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration. Thank you!</description>
		<content:encoded><![CDATA[<p>Aptana just released Studio 1.5, and the plug-in site has changed to: <a href="http://update.aptana.com/update/studio" rel="nofollow">http://update.aptana.com/update/studio</a>. You can also access plug-in information on our wiki at: <a href="http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration" rel="nofollow">http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration</a>. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/#comment-907</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 08 Jun 2009 15:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-907</guid>
		<description>Just wanted to point out - on step 3 - you have a mistake in direction.

Top line of that config for eclipse.ini, you say do this:

-vm &quot;C:Program Files (x86)/Java/jrrt/jre/bin/javaw.exe&quot;


When actually, that did not work for me until i changed it to this:

-vm
C:Program Files (x86)/Java/jrrt/jre/bin/javaw.exe


...maybe because im an eclipse noob, but figured it would help somebody</description>
		<content:encoded><![CDATA[<p>Just wanted to point out &#8211; on step 3 &#8211; you have a mistake in direction.</p>
<p>Top line of that config for eclipse.ini, you say do this:</p>
<p>-vm &#8220;C:Program Files (x86)/Java/jrrt/jre/bin/javaw.exe&#8221;</p>
<p>When actually, that did not work for me until i changed it to this:</p>
<p>-vm<br />
C:Program Files (x86)/Java/jrrt/jre/bin/javaw.exe</p>
<p>&#8230;maybe because im an eclipse noob, but figured it would help somebody</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/#comment-906</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Fri, 05 Jun 2009 02:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-906</guid>
		<description>Patrick, you can install both Flex Builder and Eclipse, they won&#039;t clash. You could also d/l the Plug-In version of Flex Builder and add that to your existing Eclipse install, although I prefer the standalone next to my Eclipse because I rarely use Flexbuilder anymore and I think the FB plugin makes Eclipse quite heavy and slow (but that might be just me).

Flex builders advantage is the visual design editor with that you can lay out components very comfortably. However you could also write Flex apps in 100% ActionScript as long as you use the Flex compiler. In fact Flex is just components that are written in AS.

And AIR is another option. You can write bare Flash AIR apps, but you can also use Flex for AIR applications.

Flex is good if you wanna write RIAs or applications in AIR that profit from a sort of standardized graphical user interface.

I personally use Flex Builder only to prototype my Flex GUIs and then I go over to FDT and code all in ActionScript. That&#039;s because I don&#039;t like MXML. I dislike the way how you have to mix up MXML with ActionScript. Some die-hard Flexers may yell &quot;blasphemy&quot; but this way it gives me a lot more control over the code.</description>
		<content:encoded><![CDATA[<p>Patrick, you can install both Flex Builder and Eclipse, they won&#8217;t clash. You could also d/l the Plug-In version of Flex Builder and add that to your existing Eclipse install, although I prefer the standalone next to my Eclipse because I rarely use Flexbuilder anymore and I think the FB plugin makes Eclipse quite heavy and slow (but that might be just me).</p>
<p>Flex builders advantage is the visual design editor with that you can lay out components very comfortably. However you could also write Flex apps in 100% ActionScript as long as you use the Flex compiler. In fact Flex is just components that are written in AS.</p>
<p>And AIR is another option. You can write bare Flash AIR apps, but you can also use Flex for AIR applications.</p>
<p>Flex is good if you wanna write RIAs or applications in AIR that profit from a sort of standardized graphical user interface.</p>
<p>I personally use Flex Builder only to prototype my Flex GUIs and then I go over to FDT and code all in ActionScript. That&#8217;s because I don&#8217;t like MXML. I dislike the way how you have to mix up MXML with ActionScript. Some die-hard Flexers may yell &#8220;blasphemy&#8221; but this way it gives me a lot more control over the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/#comment-905</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 04 Jun 2009 22:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-905</guid>
		<description>That&#039;s what it sounded like.  I&#039;m relieved to know Flex isn&#039;t any earth shattering progression over Flash.  I&#039;ll just build my environment according to this thread and take it from there.  I can always run Flex on another machine and port the code over, or even install it alongside the version of Eclipse you suggest.  Looking forward to getting into the swing of the IDE, as I&#039;ve been forcing myself to work from the commandline for a touch of the old Karate Kid approach.  Wax on. Wax off.</description>
		<content:encoded><![CDATA[<p>That&#8217;s what it sounded like.  I&#8217;m relieved to know Flex isn&#8217;t any earth shattering progression over Flash.  I&#8217;ll just build my environment according to this thread and take it from there.  I can always run Flex on another machine and port the code over, or even install it alongside the version of Eclipse you suggest.  Looking forward to getting into the swing of the IDE, as I&#8217;ve been forcing myself to work from the commandline for a touch of the old Karate Kid approach.  Wax on. Wax off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/#comment-904</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 04 Jun 2009 22:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-904</guid>
		<description>Flex and Flash are both &#039;Flash&#039;. Flex is a ton of prebuilt Flash components that one uses to make RIAs.

Flex = heavy, prebuilt components geared for RIAs and Data services.
Flash = [very] limited prebuilt components. Good when not doing RIAs and Data services.</description>
		<content:encoded><![CDATA[<p>Flex and Flash are both &#8216;Flash&#8217;. Flex is a ton of prebuilt Flash components that one uses to make RIAs.</p>
<p>Flex = heavy, prebuilt components geared for RIAs and Data services.<br />
Flash = [very] limited prebuilt components. Good when not doing RIAs and Data services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/#comment-903</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 04 Jun 2009 22:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-903</guid>
		<description>Right on...thanks for the answer.  If anyone on here knows any of the specific reasons I should be considering Flex in addition to Flash, I&#039;d be pretty curious.  I can&#039;t really tell what Flex has over Flash, as Flash can be busted down into AIR, it seems, as well.  I wonder what Flex Builder adds to the mix that&#039;s not in FDT.</description>
		<content:encoded><![CDATA[<p>Right on&#8230;thanks for the answer.  If anyone on here knows any of the specific reasons I should be considering Flex in addition to Flash, I&#8217;d be pretty curious.  I can&#8217;t really tell what Flex has over Flash, as Flash can be busted down into AIR, it seems, as well.  I wonder what Flex Builder adds to the mix that&#8217;s not in FDT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/#comment-902</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 04 Jun 2009 19:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-902</guid>
		<description>The standalone of Flex Builder is a stripped down version of Eclipse ( I believe they took out JDT). As such, it is missing many, many features.

FDT is for &#039;serious&#039; Flash developers, as such it is pricey. Flash Builder has one or two features over FDT, but those are more for doing Flex work.  I guess, it&#039;s kinda a hard question to answer to give. Because I think you need to decide how much time you will be spending working with Flash, and then also determine if you want to use the Flex framework or not.

 They both have 30 day trails so try them out.</description>
		<content:encoded><![CDATA[<p>The standalone of Flex Builder is a stripped down version of Eclipse ( I believe they took out JDT). As such, it is missing many, many features.</p>
<p>FDT is for &#8216;serious&#8217; Flash developers, as such it is pricey. Flash Builder has one or two features over FDT, but those are more for doing Flex work.  I guess, it&#8217;s kinda a hard question to answer to give. Because I think you need to decide how much time you will be spending working with Flash, and then also determine if you want to use the Flex framework or not.</p>
<p> They both have 30 day trails so try them out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/#comment-901</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 04 Jun 2009 18:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-901</guid>
		<description>Awesome breakdown.  I am learning java with the intention of migrating into flash and flex as well as the usual web tools (php, sql, etc.)  Amibitious, I know, but I started in java as there&#039;s a lot more help online for understanding coding concepts via java.  I figure it&#039;ll be easier to migrate from java than to it, and so far that&#039;s working.

I found this thread while hunting for information on Eclipse and Aptana.  Looks like I can mash up most the tools I want.

Here&#039;s my question:  It seems Flex builder sucks in comparison to using FDT.  I just want a confirmation of this before I start into this install sequence.  Also, the version of Eclipse I have is the Flex Builder one from Adobe...can this be used with all these other tools, or should I install the Eclipse version you recommend and uninstall the Flex Builder version.  Can I leave both on, or will they clash.  I might benefit from seeing the code Flex Builder generates when I use their gui layout tool, but I could always run that on a different machine if the two version clash.

Thanks in advance...</description>
		<content:encoded><![CDATA[<p>Awesome breakdown.  I am learning java with the intention of migrating into flash and flex as well as the usual web tools (php, sql, etc.)  Amibitious, I know, but I started in java as there&#8217;s a lot more help online for understanding coding concepts via java.  I figure it&#8217;ll be easier to migrate from java than to it, and so far that&#8217;s working.</p>
<p>I found this thread while hunting for information on Eclipse and Aptana.  Looks like I can mash up most the tools I want.</p>
<p>Here&#8217;s my question:  It seems Flex builder sucks in comparison to using FDT.  I just want a confirmation of this before I start into this install sequence.  Also, the version of Eclipse I have is the Flex Builder one from Adobe&#8230;can this be used with all these other tools, or should I install the Eclipse version you recommend and uninstall the Flex Builder version.  Can I leave both on, or will they clash.  I might benefit from seeing the code Flex Builder generates when I use their gui layout tool, but I could always run that on a different machine if the two version clash.</p>
<p>Thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

