Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1E29D83D for ; Wed, 20 Feb 2013 17:13:15 +0000 (UTC) Received: (qmail 50824 invoked by uid 500); 20 Feb 2013 17:13:13 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 50772 invoked by uid 500); 20 Feb 2013 17:13:13 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 50571 invoked by uid 99); 20 Feb 2013 17:13:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2013 17:13:13 +0000 Date: Wed, 20 Feb 2013 17:13:13 +0000 (UTC) From: "Carol Frampton (JIRA)" To: dev@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33155) Uncaught exception in compiler, when JRE 1.7 is used MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13582338#comment-13582338 ] Carol Frampton commented on FLEX-33155: --------------------------------------- FB4.7 on OSX does not support Java 1.7. > Uncaught exception in compiler, when JRE 1.7 is used > ---------------------------------------------------- > > Key: FLEX-33155 > URL: https://issues.apache.org/jira/browse/FLEX-33155 > Project: Apache Flex > Issue Type: Bug > Components: Compiler API > Affects Versions: Apache Flex 4.8 (parity release) > Environment: JRE version 1.7.0_05 , FlashBuilder 4.6 , Apache Flex 4.8(parity release) > Reporter: Sudhir > Labels: Compiler, java_1.7 > Fix For: Apache Flex 4.9.0 > > Attachments: UncaughtException_Compiler.log > > > Steps to Reproduce: > 1. Download the Apache SDK using AIR tool (available at http://people.apache.org/~bigosmallm/installapacheflex/ ) which also packages the SDK to use with Flash builder. > 2. Download JRE 1.7 > 3. Install Flash Builder 4.6 > 4. Go to the installed FB location and delete the JRE folder already present in the FB installed location > 5. Copy the JRE 1.7 folder into the installed location. (jre folder should be renamed from jre7 to jre) > FB will now use JRE 1.7 instead of using the bundled 1.6 > 6. Configure FB to use Apache SDK which was downloaded in step 1. > 7. Create a Flex project using Apache SDK > 8. Now create a new AS class inside the new project > Actual result: Internal build error in problems view. The error log says that there was an uncaught exception in the compiler. > Expected result: There should be no such errors > Workaround: Add a line "-Djava.util.Arrays.useLegacyMergeSort=true" in the FlashBuilder.ini > Note: This issue is specific to Apache SDK. It is working fine with the released version of Flex SDK 4.6 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira