Skip to content

Flex Builder non-english Character Set Problem

April 2, 2008

[lang_en]

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!

[/lang_en]

[lang_tr]

FlexBuilder’ı windows yüklü bir makinaya kurduysanız ve yerel ayarlarınız da türkçe ise, Flex programınızı derlerken

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

şeklinde bir hata alabilirsiniz. Bu durumda, Flex kurulumunuzun ana klasöründe bulunan FlexBuilder.ini dosyasını düzenlemeniz gerekmektedir.(öntanımlı: C:\Program Files\Adobe\Flex Builder 3)

Dosyanın sonuna aşağıdaki satırları ekleyin, kayıt edin ve Flex Builder’ı yeniden başlatın. Sorunun düzelmiş olacaktır. (umarım :) )

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

[/lang_tr]

From → Uncategorized

One Comment
  1. Mustafa YILDIZ permalink

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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.