Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 35920 invoked from network); 27 Jul 2006 15:19:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 15:19:14 -0000 Received: (qmail 97782 invoked by uid 500); 27 Jul 2006 15:19:12 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 97758 invoked by uid 500); 27 Jul 2006 15:19:12 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Delivered-To: moderator for derby-user@db.apache.org Received: (qmail 99338 invoked by uid 99); 27 Jul 2006 14:01:48 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of Marc.Schlegel@gmx.de designates 213.165.64.21 as permitted sender) X-Authenticated: #17102780 Message-ID: <44C8C722.1050404@gmx.de> Date: Thu, 27 Jul 2006 16:01:06 +0200 From: Marc Schlegel User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: derby-user@db.apache.org Subject: Run Derby with IBMs J9 VM X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi everybody. I'm trying to get Derby run on the J9 VM on a Windows Mobile 3 Pocket PC. If I'm using the binaries I get an UnsupportedClassVersionError (IDE: Device Developer 5.6). Because of this I'm currently trying to build the derby-src. The problem now is that I need a JDK 1.3 AND 1.4 environment to build! But this way I think that I don't get rid of this UnsupportedClassVersionError. I've downloaded/imported all necessary jar-files (JSR 169, junit, jdbc2_0-stdext). Another Problem is that after I've installed the necessary JDKs I still get an build-error which says *"[javac] class file has wrong version 48.0, should be 47.0" *for the 1.4-javac-tasks??? I've installed jdk1.4.2_12. Please, I need help because it's a project work for the university. Thx