The launch configurations created by the installer picked a version of Java by looking for JAVA_HOME environment variable or running which on Mac and where.exe on Windows.
It sounds like it picked an older version of Java, which could be a bug in how the installer found the Java version. Check the launch configurations to verify that is the case. You may have to manually set the path to Java 7 in the launch configs for now. If you have ideas on how we can better find the right version of Java, please let us know. Thanks for trying the installer, -Alex On 1/27/14 10:59 AM, "Richard Oren" <roksmedia...@gmail.com> wrote: >I was able to get everything installed but when compiling I get a error: > >Exception in thread "main" java.lang.UnsupportedClassVersionError: >org/apache/flex/compiler/clients/MXMLC : Unsupported major.minor version >51.0 > >at java.lang.ClassLoader.defineClass1(Native Method) > >at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) > >at java.lang.ClassLoader.defineClass(ClassLoader.java:615) > >at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) > >at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) > >at java.net.URLClassLoader.access$000(URLClassLoader.java:58) > >at java.net.URLClassLoader$1.run(URLClassLoader.java:197) > >at java.security.AccessController.doPrivileged(Native Method) > >at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > >at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > >at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > >at java.lang.ClassLoader.loadClass(ClassLoader.java:247) > > >I have updated my Java to Java 7 - 51 > > >Any Ideas? > > >-Rich > > >On Fri, Jan 24, 2014 at 5:04 PM, Jun Heider <j...@realeyes.com> wrote: > >> >> On Jan 24, 2014, at 5:23 PM, Richard Oren <roksmedia...@gmail.com> >>wrote: >> >> > I followed the Direction on my Mac PPB and when installing the FlexJS >> > Nightly Build it hangs on the Second square of the Progress Indicator >>and >> > then errors with "Installation Aborted" >> > >> > -Rich >> > >> >> Thanks Rich, as Alex mentioned, I think it's an issue with the server >> since hitting the download URL in the browser does not work: >> >>https://builds.apache.org/job/flex-asjs/lastSuccessfulBuild/artifact/out/ >>apache-flex-flexjs-4.0.1-bin.tar.gz >> >>