Hi it may be a late message but JVM causes problems on some 
operating systems in other than English Locale (My os is in Turkish 
Locale) . The workaround for this problem is to add two arguments to 
the jvm.config file. Those arguments overrides the local settings of 
the operating systems and forces jvm to run in English locale.

For this workaround locate jvm.config file its generally under 
C:\fds2\jrun4\bin

open it and add following arguments located under 
# Arguments to VM

line to add:
-Duser.language=en -Duser.region=US

Best Regards

Bora ÜNAL
Advanced ColdFusion Developer

This solves the 
"Could not resolve
> > <mx:Script> to a component implementation." error. 

--- In [email protected], "iamthelf" <[EMAIL PROTECTED]> wrote:
>
> ok i find it :]
> it is because of windows's language for non-Unicode programs. 
somehow
> it changed to Turkish. Now it is english and there is no problem. i
> think it is because of the locale setting of flex compiler.
> 
> oktay
> 
> --- In [email protected], "iamthelf" <iamthelf@> wrote:
> >
> > hi;
> > yesterday suddenly flex builder start to give "Could not resolve
> > <mx:Script> to a component implementation." error and didnt 
compile my
> > apps. i couldnt find any solution to this. what is the problem. 
i also
> > uninstall and reinstall the flex builder.
> > here is a simple code:
> > -------------------------------------------------------
> > <?xml version="1.0" encoding="utf-8"?>
> > <mx:Application xmlns:mx=" http://www.adobe.com/2006/mxml";
> > layout="absolute">
> >     <mx:Script>
> >         <![CDATA[
> >            
> >         ]]>
> >     </mx:Script>
> >     <mx:VBox>
> >         <mx:Label text="hello" />
> >     </mx:VBox>
> > </mx:Application>
> > -------------------------------------------------------
> > but it shows the same error for that code too. i need help 
urgently.
> > 
> > oktay
> >
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to