Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 83640 invoked from network); 13 Aug 2009 01:07:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Aug 2009 01:07:39 -0000 Received: (qmail 59679 invoked by uid 500); 13 Aug 2009 01:07:44 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 59584 invoked by uid 500); 13 Aug 2009 01:07:44 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 59574 invoked by uid 99); 13 Aug 2009 01:07:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 01:07:44 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.221.199] (HELO mail-qy0-f199.google.com) (209.85.221.199) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2009 01:07:35 +0000 Received: by qyk37 with SMTP id 37so403614qyk.10 for ; Wed, 12 Aug 2009 18:07:13 -0700 (PDT) MIME-Version: 1.0 Sender: jcarman@carmanconsulting.com Received: by 10.229.2.19 with SMTP id 19mr632401qch.94.1250125633470; Wed, 12 Aug 2009 18:07:13 -0700 (PDT) In-Reply-To: <5f528cf40908121748x135cccfay48415091d63ffd14@mail.gmail.com> References: <5f528cf40908121748x135cccfay48415091d63ffd14@mail.gmail.com> From: James Carman Date: Wed, 12 Aug 2009 21:06:53 -0400 X-Google-Sender-Auth: af909c0e34e88950 Message-ID: Subject: Re: Does commons-configuration v1.6 work with JREv1.5? [Commons] To: Commons Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org It's not compiled with target=1.6. If you look at the manifest, it uses the same target as commons-parent-11, 1.3: X-Compile-Source-JDK: 1.3 X-Compile-Target-JDK: 1.3 It was compiled with a 1.4 Sun JDK: Created-By: 1.4.2_18 (Sun Microsystems Inc.) Build-Jdk: 1.4.2_18 So, it should be 1.5 compatible. What is the exact error you're getting? It sounds like you've got a classpath issue. Are you using Maven? On Wed, Aug 12, 2009 at 8:48 PM, Andrew Hughes wrote: > Hi, simple question I know... but, I'm lost!!! > My JavaFX project won't recognize *org.apache.commons.configuration.**. > JavaFX v1.2's SDK seems to have inherent problems with Java6, because the > SDK is released with rt15.jar (Java 1.5 runtime)! > If the answer is yes because configuration 1.6 has a compiled target=1.6 (or > uses 1.6 classes) then what are my alternatives? > > Thanks for reading (and hopefully replying). > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org