Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 42681D275 for ; Sun, 22 Jul 2012 17:52:40 +0000 (UTC) Received: (qmail 56073 invoked by uid 500); 22 Jul 2012 17:52:39 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 56011 invoked by uid 500); 22 Jul 2012 17:52:39 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 56000 invoked by uid 99); 22 Jul 2012 17:52:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2012 17:52:39 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of r.bitter.mailinglists@googlemail.com designates 209.85.217.175 as permitted sender) Received: from [209.85.217.175] (HELO mail-lb0-f175.google.com) (209.85.217.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2012 17:52:34 +0000 Received: by lbol5 with SMTP id l5so6658744lbo.6 for ; Sun, 22 Jul 2012 10:52:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=gZsTcze7lv3qWfsg1VjRxGtcch1SXXvTXTBiU+eiGlo=; b=bGNOec3LnPTv8Fjgiy6NfF1V7uktwhg5Vt3+9/NfSMiP6Kcz84ieIhIad8HKs/K1p3 MLI15ha7GKLCU8O+jGgpXyOFIlQ8xKMc+REZUkmqWer2XqE6HwK8iJ6TOBMFgAE+eieR V3EYHTto5wvqP+4Cwib28/3UyMMmKLePAwxxZju4ABcEH++jzvxSdr42NXkLG4QRR7x0 urEvxFFbF8puyEh2Qdh3Tgo5sHSYiB21hFcyL/XtVN0ou3/EGUZPlV619GXEgcvgx3UF nS+3trri0cPIZ52/SXpN1mIWBF71PFIixdgZk6+GyoXZI1eI+mf+KkoAoMfwiDS4uae9 2Jnw== MIME-Version: 1.0 Received: by 10.152.104.171 with SMTP id gf11mr13847941lab.5.1342979532969; Sun, 22 Jul 2012 10:52:12 -0700 (PDT) Received: by 10.112.116.197 with HTTP; Sun, 22 Jul 2012 10:52:12 -0700 (PDT) In-Reply-To: <0BF23BB7-4F7F-401E-A726-BCB8623F44BE@classsoftware.com> References: <0BF23BB7-4F7F-401E-A726-BCB8623F44BE@classsoftware.com> Date: Sun, 22 Jul 2012 19:52:12 +0200 Message-ID: Subject: Re: Error on running ant build script from within Flash Builder on OSX From: Raju Bitter To: flex-dev@incubator.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Looks like you are trying to build with a 64bit JVM/JDK, but only 32 bit are supported. The problem might go away if you set the default JVM argument to -d32 (for 32 bit) Eclipse=E2=86=92Preferences=E2=86=92Java=E2=86=92Installed JRE and add defa= ult JVM argument -d32 (must be small d)