Upgrade to Flex 3.3 SDK for Flex Builder Linux
After the official release of Flex 3.3, this is a short note on the steps required to upgrade Flex Builder for linux to use it. The upgrade path for the flex SDK has been improved significantly over previous releases.
In the past you would be required to cobble together an SDK bundle from the official Adobe SDK release, the data visualisation components from within the Flex Builder release and some other parts of the AIR SDK. In the latest release of the Flex SDK, it includes everything you need to upgrade for mac and windows and with a couple of aditions from the AIR SDK for linux you're ready to role.
Detailed instructions and other useful information are on the Flex SDK release notes page.
http://www.adobe.com/support/documentation/en/flex/3/releasenotes_flex3_sdk.html
Step1. Downloads
http://www.adobe.com/products/flex/flexdownloads/
Flex 3.3 SDK
http://download.macromedia.com/pub/flex/sdk/flex_sdk_3.zip
Data Visualisation Components for Flex Builder
http://download.macromedia.com/pub/flex/sdk/datavisualization_sdk3.3.zip
AIR 1.5 SDK
http://www.adobe.com/products/air/tools/sdk/
Step 2. Extract the Flex SDK into a folder of your choice
Step 3. Extract the data vis bundle into the same directory
Step 4. Open console, change directory to the SDK lib directory and extract the licensed components for data vis i.e. java –jar DMV-source.jar <license.properties directory> ../
Note: You need to have a Flex Builder Pro license installed on you machine for this to work
Step 5. Extract /runtimes and /bin directories from the AIR SDK into the Flex SDK directory.
Note: All the rest of the AIR SDK components are included in the Flex SDK.
Step 6. Rename the new /bin/adl to adl_lin
Step 7. Rock on .. you can now build Flex 3.3 and AIR apps in Flex Builder for linux..
The process is still a little convoluted for linux users, but as Flex Builder for linux is still not officially release I'm not going to be too hard on the boys and girls at Adobe. Thanks to Adobe and contributors for all the hard work and improvements in Flex.

