From dev-return-17408-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu Oct 19 09:10:26 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 52804 invoked from network); 19 Oct 2006 09:10:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 09:10:26 -0000 Received: (qmail 34539 invoked by uid 500); 19 Oct 2006 09:10:25 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 34428 invoked by uid 500); 19 Oct 2006 09:10:23 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 34351 invoked by uid 99); 19 Oct 2006 09:10:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 02:10:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [207.113.241.148] (HELO iss04.interliant.com) (207.113.241.148) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 02:10:21 -0700 Received: from EX-009.mail.navisite.com (ex-009.interliant.com [207.113.240.184]) by iss04.interliant.com (8.10.2/8.10.2) with ESMTP id k9J9A0V24317 for ; Thu, 19 Oct 2006 04:10:01 -0500 (CDT) Received: from [192.168.0.168] ([89.164.17.117]) by EX-009.mail.navisite.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 19 Oct 2006 04:09:55 -0500 Message-ID: <453740E4.2000207@apache.org> Date: Thu, 19 Oct 2006 11:09:56 +0200 From: Mladen Turk User-Agent: Mozilla MIME-Version: 1.0 To: dev@apr.apache.org Subject: Re: why I cannot load tcnative-1.dll References: <20061019072126.90254.qmail@web92003.mail.cnb.yahoo.com> In-Reply-To: <20061019072126.90254.qmail@web92003.mail.cnb.yahoo.com> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Oct 2006 09:09:55.0710 (UTC) FILETIME=[581849E0:01C6F35E] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Eric G wrote: > > Hi, > > > > I tried to use Apr win32 library tcnativa-1.dll I got from here > > http://tomcat.heanet.ie/native/1.1.6/binaries/win32/. This question is for Tomcat developers list > > I used a very > > simple java class to load the library, but I got the following exception: > > > > Exception in thread "main" java.lang.UnsatisfiedLinkError: unsupported > > JNI version 0xFFFFFFFF required by > > G:\tmp\opensrc\p2\apr\1.1.6\tcnative-1.dll You need the org.apache.tomcat.jni.* in the classpath. Regards, Mladen.