Hi all, I have just installed the Flash Builder 4 Eclipse plugin and I get this error in my errors panel
Description Resource Path Location Type
unable to open 'C:\Program Files\Eclipse\eclipse\plugins\sdks\4.0.0\frameworks\locale\en_GB' HelloWorld Unknown Flex Problem
Has anyone got any ideas?
We experienced same problem. This can be resolved for current project in Project -> Properties, Flex Compiler ... in Additional compiler arguments.
Change the arguments to
-locale en_US
And this will ensure that a valid localisation or localization is found.
To "permanently" fix this (for every project)...change the eclipse startup configuration.
Add the following two lines to c:\eclipse\eclipse.ini or <path to eclipse>\eclipse.ini file
-nl
en_US
thanks for this. the temporary fix works but the permanent fix doesn't seem to be working. thanks for your help, i really appreciate it