Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 96658 invoked from network); 9 Jan 2007 15:27:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2007 15:27:49 -0000 Received: (qmail 11994 invoked by uid 500); 9 Jan 2007 15:27:50 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 11942 invoked by uid 500); 9 Jan 2007 15:27:50 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 11931 invoked by uid 99); 9 Jan 2007 15:27:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jan 2007 07:27:50 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of rahul.akolkar@gmail.com designates 64.233.184.231 as permitted sender) Received: from [64.233.184.231] (HELO wr-out-0506.google.com) (64.233.184.231) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jan 2007 07:27:41 -0800 Received: by wr-out-0506.google.com with SMTP id 71so1469968wri for ; Tue, 09 Jan 2007 07:27:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pogO1pyKeG1FljlKlCWRUEvK7LvIiMr8kvknpKmyIfXe3oOLNFPDCptuqA1WlVXZA0KjkKlxgCWbmyu89XKM5xkp43YPbY9brLkVmqy/gIdwA6jpTIEaihSLTw5sXafjvuy3ZBuZ+cv1/TcbBIpvkb85bIZJC/EB6uHaC37gm04= Received: by 10.78.185.16 with SMTP id i16mr149288huf.1168356440088; Tue, 09 Jan 2007 07:27:20 -0800 (PST) Received: by 10.78.165.12 with HTTP; Tue, 9 Jan 2007 07:27:19 -0800 (PST) Message-ID: Date: Tue, 9 Jan 2007 10:27:19 -0500 From: "Rahul Akolkar" To: "Jakarta Commons Users List" Subject: Re: problem with UUID code In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org On 1/9/07, J=F6rg Schaible wrote: > Hi Pradeep, > > Pradeep Arumalla wrote on Tuesday, January 09, 2007 4:50 AM: > > > > > java.lang.UnsupportedClassVersionError: Uuidgen (Unsupported > > major.minorversion > > 49.0) > > [snip] > > This error simply means, that you tried to run your application with a JD= K < 1.5 and *your* class was compiled with JDK 1.5. This will not work. > > Nevertheless I've checked the nightlies and that id package was also buil= d with JDK 1.5. If you need a version for a previous JDK, you will have to = build the package yourself. > [id] doesn't need 1.5, right? We can probably cater to 1.4 via the nightlie= s. -Rahul > - J=F6rg > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org