> Almost there! Agree. Thanks for your help. I am excited about "future-proofing" our apps.
> As I suggested in one of my responses, if you have problems, please see: https://issues.apache.org/jira/browse/FLEX-34258 I have been working with the above. DataBindingTest is a Web application. I copied the mxmlc.bat from FLEX-34258. I do have Java Version 7. I am getting the following error which is different from what Andrew Flach reported: java.lang.UnsupportedClassVersionError: org/apache/flex/compiler/clients/MXMLJSC : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$000(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) Could not find the main class: org.apache.flex.compiler.clients.MXMLJSC. Program will exit. Exception in thread "main" ________________________________ From: Alex Harui <aha...@adobe.com> To: "dev@flex.apache.org" <dev@flex.apache.org>; V Chandrasekhar <shake...@yahoo.com> Sent: Monday, June 16, 2014 12:22 PM Subject: Re: [FlexJS] Problems Importing Configurations Almost there! As I suggested in one of my responses, if you have problems, please see: https://issues.apache.org/jira/browse/FLEX-34258 -Alex On 6/16/14 8:42 AM, "V Chandrasekhar" <shake...@yahoo.com.INVALID> wrote: >I don't know how to add this to my existing thread, when I email instead >of using Nabble. > >I am trying to follow the instructions in > >https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+F >lash+Builder, specifically > >Once you have your app working as a SWF, try the FalconJX tool in the Run >menu. > > >Is this the FalconJX Debug and Release Build tool? > >I get the following error when I run this tool: > >using FlashBuilder Project Files >FlashBuilder settings: > -locale > en_US > -source-path+=C:\Users\shaker.chandrasekhar\Adobe Flash Builder >4.7\DataBindingTest/src > -compiler.accessible=true > -output=C:\Users\shaker.chandrasekhar\Adobe Flash Builder >4.7\DataBindingTest/bin-release/DataBindingTest.swf > -library-path+=C:\Users\shaker.chandrasekhar\Adobe Flash Builder >4.7\DataBindingTest/libs > -js-output-type=FLEXJS > -sdk-js-lib=c:\FlexJS\js\bin\..\..\frameworks\js\FlexJS\src > -fb > C:\Users\shaker.chandrasekhar\Adobe Flash Builder >4.7\DataBindingTest/src/DataBindingTest.mxml > >command line >Error: unknown configuration variable 'js-output-type'. > >Thanks.