7

Eclipse is free , flex sdk is free. Is not the eclipse plugin for flex free?

Jacob Schoen
  • 14,034
  • 15
  • 82
  • 102
crowso
  • 2,049
  • 9
  • 33
  • 38

4 Answers4

11

No, it is not free.

There are some free options for development, however:

  • Command-line and editor of choice
  • FlashDevelop
  • Tofino (Visual Studio plugin, if you already have that)
Jacob Schoen
  • 14,034
  • 15
  • 82
  • 102
Brian Genisio
  • 47,787
  • 16
  • 124
  • 167
5

I guess you mean Flash Builder (formerly Flex Builder).

It is an Eclipse-based IDE, so I guess you can call it an Eclipse plugin, but it is not free.

You can however get a free license for it if you are unemployed or student, or using it for academic purposes.

Check http://www.adobe.com/devnet-archive/flex/free/ out to know more about this offer.

Michael S
  • 425
  • 3
  • 12
Dunaril
  • 2,757
  • 5
  • 31
  • 53
4

There a two flavors of Flash Builder (formerly Flex Builder). The Flash Builder plugin for eclipse and the Flash Builder stand-alone (build upon eclipse). Both are part of the commercial license.

Beside the commercial Flash Builder plugin there exist many other commercial plugins for eclipse. Nothing confusing about that.

splash
  • 13,037
  • 1
  • 44
  • 67
  • I am not quite agreeing with you. There is basically no difference between the plugin and the stand-alone: the stand-alone is just the plugin running on a separate Eclipse provided at the installation. – Dunaril Mar 21 '11 at 10:59
4

There seems to be some confusion here if I'm understanding correctly.

There is a free flex plug-in avilable for eclipse. Flex has been an open-source project and the SDK available as a stand-alone plug-in for the eclipse IDE for free; yes for free, for several years now. For obvious reasons it isn't widely promoted, but it is available. Here is a link explaining the free flex 4 SDK for Eclipse.

Free flex SDK explaination

Stephen
  • 1,737
  • 2
  • 26
  • 37
  • Your link is not related to your answer. If it is available, why won't you post a proper link? – Vanuan Nov 18 '12 at 18:24