Hello Alex, Thanks for the reply.Yes this works fine.
Thanks, Kinjal On Wed, Dec 23, 2015 at 8:24 PM, Alex Harui [via Apache Flex Users] < [email protected]> wrote: > > > On 12/23/15, 1:00 AM, "kinjal patel" <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=11692&i=0>> wrote: > > >I have another problem to create javascript from mxmlc using FlexJS sdks. > >For that first i set FLEX_HOME and FALCON_HOME using export command > >after that i pass "/Users/kinjal/Documents/FlexSDKs/FlexJS\ > >0.5.0/js/bin/mxmlc > >/Users/kinjal/Documents/NewFlexJSProject/src/NewFlexJSProject.mxml" > >command > >in terminal and i am getting error > > > >Using Falcon codebase: /Users/kinjal/Documents/FlexSDKs/FlexJS 0.5.0 > >Using Flex SDK: /Users/kinjal/Documents/FlexSDKs/FlexJS 0.5.0 > >Error: Unable to access jarfile /../lib/mxmlc.jar > > > >I have checked that the SCRIPT_HOME variable is set to null when the path > >of > >sdks has space.How to set SCRIPT_HOME or pass value from terminal to set > >SCRIPT_HOME in mxmlc file. > > Try editing mxmlc so the SCRIPT_HOME is set like this: > > SCRIPT_HOME=`dirname "$0"` > > If that works we'll make the changes to the scripts for the future. > > Thanks, > -Alex > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-flex-users.2333346.n4.nabble.com/FlexJS-Environment-variable-tp11640p11692.html > To unsubscribe from FlexJS Environment variable, click here > <http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=11640&code=a2luamFscGF0ZWwzOTgzQGdtYWlsLmNvbXwxMTY0MHwtMTM4NTc4Njc3OQ==> > . > NAML > <http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/FlexJS-Environment-variable-tp11640p11694.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
