Success! Fixing the ja_JP locale from being set in compiler arguments
January 26th, 2009
No comments
Ha ha! I figured out (after just blogging my frustration in my previous post) how to change the Additional compiler arguments that automatically are added when creating a new project from ja_JP to en_US.
There is a file called config.xml (on my PC it is located in C:\Program Files\Adobe\Flex Builder 3 Plug-in\eclipse\plugins\com.adobe.flexbuilder.flex_3.0.214193) that gets installed when updating via the Adobe updater. I’m not quite sure what happened, but it decided that my compiler arguments should be set to ja_JP. In order to fix this problem, just change this line from
<locale>ja_JP</locale>
to
<locale>en_US</locale>
This will now add en_US as an additional compiler argument instead of ja_JP. Now I can get back to coding again