I’m setting up a new Windows machine and I installed Java 12. I can’t get Royale to compile. I keep getting this error:
annotate.class: [javac] Compiling 1 source file to C:\Apache\royale-compiler\compiler-build-tools\target\classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 5 [javac] error: Source option 5 is no longer supported. Use 7 or later. [javac] error: Target option 5 is no longer supported. Use 7 or later. I tried changing javac.src=1.7 instead of 1.5 in the build.xml files, but it had no effect. Any suggestions (other than trying to figure out how to download an older version of Java)? Harbs
