• Home
  • About
  • Tech
  • Projects
  • Contact
TjWallas.DevOps().Labs>

How to install adobe flash builder 4 on Ubuntu linux

12/11/2010

 
First, you need to make sure you do have firefox, java and the Adobe flash player plugin installed. so type in the following command:
sudo apt-get install firefox sun-java6-jre sun-java6-jdk
Then, Make sure you have the adobe flash player installed by visiting this link to download it then install it and please not the 64-bit version of it. Same goes for firefox. They're still buggy (you are on your own). After that follow these steps carefully:

1. Download and extract eclipse for Java Developers from here.
2. Download and extract the following file:
eclipse_plugins.zip
File Size: 2482 kb
File Type: zip
Download File


3. Copy all contents of the extracted folder "eclipse plugins" to your eclipse/plugins directory.

4. Download and extract Adobe Flash builder 4 for linux from here. It is a custom built and assembled package by me which would save you some terminal pain. (it's assembled from the fb4linux opensource project since Adobe does not provide adobe flash builder for linux)

5. Download and extract The Adobe flex4 sdk somewhere you know from here

6. Open eclipse by running the file named "eclipse" which is inside the folder where you extracted eclipse.


7. from the menu bar click Help -> Install New Software
8. Uncheck "Group Items By Category", "Contact All Update Sites...".
9. Click Add , Click local, Then choose the place where you extracted fb4linux (It's name will most likely be "Adobe Flash Builder 4") then only highlight the folder "eclipse" which is inside it and finally click Ok.
10. You'll notice a list of packages appeared. If not, try step 8 again. Click "Select All". Then Next. Keep accepting all terms and warnings then pressing Next. And click finish in The end.
11. After Adobe flash Builder completes it's install you'll be prompted to restart eclipse. Click yes to restart eclipse.

12. When eclipse restarts use the menu bar to go to window -> Open prespective -> other.

13. From the new Screen that appears choose flash and click ok.
14. Download the following file somewhere you know:
flexgrocer.fxp
File Size: 481 kb
File Type: fxp
Download File


15. Go Back to eclipse. File -> Import -> Flash Builder -> Flash Builder Poject. Click Browse and select the .fxp file you just downloaded above. And then press finish.
16. You'll notice on the left Project Explorer that a new project called flexGrocer has been created. Now go to window -> Preferences. Expand Flash Builder on the right then select "Installed Flex SDKs". From the new menu Uncheck all items on the list and then click add.
From the new Box, click browse and select The folder where you extracted the Adobe flex sdk in Step 5 the click ok. Then Apply and ok.
Now select your project named flexgrocer that u created in step 15. Then, click the green run button on top. A number of choices will Appear. Choose web application or flash Application from them.
If it all goes well, firefox will Open and you should see the following output:
If you face any Problems. Please post them in the comments below and I would be glad to help =)

[UPDATE]
Known Issues:
- NullPointerException When Trying to Open Flex Design view (Reported By GalalAly , moataz_mekki)

Comments are closed.
Powered by Create your own unique website with customizable templates.