On 6/10/16, 3:56 PM, "Tom Dowdell" <tomcat.dowd...@gmail.com> wrote: > >Now I am getting the following error in the console (showing path to >compc.bat) > >exception 'java.io.FileNotFoundException: >C:\proj\Lab\test8\.flexLibProperties' while setting variable '' >at >org.apache.flex.compiler.internal.config.FlashBuilderConfigurator$FlexLibP >ropertiesReader.read(FlashBuilderConfigurator.java:406) >at >org.apache.flex.compiler.internal.config.FlashBuilderConfigurator.computeF >lashBuilderArgs(FlashBuilderConfigurator.java:102) >at org.apache.flex.compiler.clients.MXMLJSC.configure(MXMLJSC.java:698) >at org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:342) >at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:278) >at >org.apache.flex.compiler.clients.COMPJSC.staticMainNoExit(COMPJSC.java:154 >) >at org.apache.flex.compiler.clients.COMPJSC.main(COMPJSC.java:102) >using FlashBuilder Project Files >FlashBuilder settings: > -locale > @locale@ > -source-path+=C:\proj\Lab\test8/src > -compiler.accessible=true > -output=C:\proj\Lab\test8/bin-release/test8.swc > -library-path+=C:\proj\Lab\test8/libs > -js-output-type=FLEXJS > -sdk-js-lib=C:\Tools\FlexJS\js\bin\..\..\frameworks\js\FlexJS\src > -fb >nothing was specified to be included in the library.
What are you trying to compile? It looks like you launched COMPC which is used to build libraries instead of applications. -Alex