Thanks for the input, but the Flex compiler does not have an option “target” (I don’t think so anyways) although I don’t think this is the problem I did try changing the JRE compliance 1.6 and 1.7, FB does not seem to recognize JRE 1.8 (Windows -> preferences -> Java -> compilers -> JDK compliance) .
I think the issue is with flexJS 0.8.0 itself because FlexJS 0.7.0 does not give an error. Thx! Carlos From: Justin Mclean [mailto:[email protected]] Sent: Sunday, October 29, 2017 1:16 PM To: [email protected] Subject: Re: FlexJS SDK Hi, Flash Builder 4.7 Message: Uncaught exception in compiler Plug-in: com.adobe.flexbuilder.project Exception stack trace: ava.lang.UnsupportedClassVersionError: com/google/javascript/jscomp/ErrorManager : Unsupported major.minor version 51.0 Looks like Flash Builder is getting java 7 (i.e. version 51) but is expecting Java 6 trying "-target 1.6” as a compiler option may fix it. Thanks, Justin
