Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0445B18463 for ; Wed, 23 Dec 2015 14:58:21 +0000 (UTC) Received: (qmail 25236 invoked by uid 500); 23 Dec 2015 14:58:15 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 25203 invoked by uid 500); 23 Dec 2015 14:58:15 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Delivered-To: moderator for users@flex.apache.org Received: (qmail 33756 invoked by uid 99); 23 Dec 2015 09:19:09 -0000 X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.737 X-Spam-Level: *** X-Spam-Status: No, score=3.737 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_ENVFROM_END_DIGIT=0.25, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Date: Wed, 23 Dec 2015 01:00:07 -0800 (PST) From: kinjal patel To: users@flex.apache.org Message-ID: <1450861207845-11689.post@n4.nabble.com> In-Reply-To: References: <1449818023419-11640.post@n4.nabble.com> Subject: Re: FlexJS Environment variable MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello Alex, Above problem is resolved.I override FLEX_HOME sdks at run time using set command in cmd and export command in MacOS so my FLEX_HOME and FLACON_HOME var pointing to FlexJS sdk and the mxmlc string works fine. 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. Thanks, Kinjal -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/FlexJS-Environment-variable-tp11640p11689.html Sent from the Apache Flex Users mailing list archive at Nabble.com.