Flex 3.1.0 Update Hack
Posted by Steve BrownleeSep 5
When updating the Flex Builder to the 3.1.0 SDK, the source code for the data visualization and advanced data grid aren’t updated correctly. To fix this in Windows, follow these steps:
- Help Menu > Search for flex builder update
- Copy the license.properties file from C:\Documents and Settings\All Users\Application Data\Adobe\Flex to C:\Program Files\Adobe\Flex Builder 3\sdks\3.1.0\lib
- Create a batch file in the C:\Program Files\Adobe\Flex Builder 3\sdks\3.1.0\lib folder and place the following command in it: java -jar .\DMV-source.jar .\ ..\
- Run the batch file
- Build the next killer Flex app

Leave a Reply