Apr 02 2008

Flex Builder non-english Character Set Problem

Published by yigit at 11.03 pm under programming, flex

When you install flex builder into a windows machine which has a non- english local settings, you may get the following error while you compile your applications.

Could not resolve <mx:Script> to a component implementation

if you get this error, you need to edit your FlexBuilder.ini file. It is located in the root directory of your flex installation .(default: C:\Program Files\Adobe\Flex Builder 3)

At the end of your FlexBuilder.ini file, you must add the following lines:

-Duser.language=en
-Duser.location=us

Then save the file, restart flex builder and it’s done!

One response so far

One Response to “Flex Builder non-english Character Set Problem”

  1. Mustafa YILDIZon 2009-10-25 at 3.43 pm

    Thank you for the workaround. It saved my day, my first glance at Flex!

Trackback URI | Comments RSS

Leave a Reply