Installing Flash Builder 4.7 Plugin on Eclipse failing

Cameron Jones picture Cameron Jones · May 29, 2014 · Viewed 7.5k times · Source

I am trying to install Flash Builder 4.7 Plugin into Eclipse. I have downloaded Flash Builder Premium via Adobe's Creative Cloud. I have also installed Eclipse Indigo (recommended via Adobe). I am running this all on Mac OSX.

According to a tutorial I found I needed to go into the Utilities folder found in the Flash Builder install and run the Adobe Flash Builder 4.7 Plug-in Utility. It seemed to run fine. Afterwards you should be able to see "Flash Builder" in the help menu of Eclipse. However it is not there. You should also be able to set Flash Builder preferences under Window --> Preferences. Flash Builder is also not visible there.

I looked into the installation log and there was only one concerning message.

Move File:  Destination: /Applications/eclipse/dropins/fb-4_7-plugin-encoded.link
Status:  WARNING
Additional Notes:  WARNING - There was a problem moving /Applications/eclipse/dropins/fb-4_7-plugin-encoded.link

I am unsure what this means and Adobe documentation is pretty sparse. However, it seems to be the only problem in the entire installation process. Any ideas or suggestions on what could be causing this error would be great.

EDIT: According the the tutorial there should also be this file "fb-4_7-plugin-encoded.link" created in the "dropins" folder of Eclipse. This file is created. However it is blank.

Answer

Bill Turner picture Bill Turner · May 29, 2014

Here are notes I made trying the plug-in with Eclipse, both Indigo and Juno.

Flash Builder 4.7 works Eclipse Indigo or Juno, either 32-bit or 64-bit. You must use the correct source Flash Builder 4.7 when installing the plug-in – the 32-bit plug-in does not work with 64-bit Eclipse and vice-versa.

One major difference between Flash Builder 4.6 and 4.7 is the removal of Design mode for Flex .mxml files.

To install the plug-in, go to the Flash Builder 4.7 installation directory (usually C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.7 for the 32-bit version or C:\Program Files\Adobe\Adobe Flash Builder 4.7 for the 64-bit version). Run the Plug-in Utility in the utilities directory. The installer will prompt for an Eclipse installation directory.

Alternately, create the file dropins/fb-4_7-plugin-encoded.link with the following contents:

path=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4.7

or

path=C:/Program Files/Adobe/Adobe Flash Builder 4.7 (64 bit)

Adjust the path to the Flash Builder install directory.

Running the Plug-In Utility also creates an uninstall program to remove the plug-in from Eclipse. This is not created when using the link file to install the plug-in.