Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 45179 invoked from network); 2 Feb 2009 04:42:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2009 04:42:52 -0000 Received: (qmail 56301 invoked by uid 500); 2 Feb 2009 04:42:40 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 56267 invoked by uid 500); 2 Feb 2009 04:42:40 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 56256 invoked by uid 99); 2 Feb 2009 04:42:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2009 20:42:40 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.61.61.103] (HELO usea-naimss1.unisys.com) (192.61.61.103) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2009 04:42:29 +0000 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.16]) by usea-naimss1 with InterScan Message Security Suite; Sun, 01 Feb 2009 22:39:00 -0600 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.51]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 1 Feb 2009 22:39:00 -0600 Received: from usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 1 Feb 2009 22:39:00 -0600 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Sun, 1 Feb 2009 22:38:59 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Sun, 1 Feb 2009 22:38:57 -0600 Subject: RE: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe) Thread-Topic: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe) Thread-Index: AcmE2OoAP6nt8wELTVmAsJVZ9FK1QwAFlPwg Message-ID: <0AAE5AB84B013E45A7B61CB66943C17215B5E825D1@USEA-EXCH7.na.uis.unisys.com> References: <20090121005516.GC676@wladimir> <0AAE5AB84B013E45A7B61CB66943C17215A864AAA7@USEA-EXCH7.na.uis.unisys.com> <20090122002753.GD1572@wladimir> <427155180901212051r7bf89965ia6f11b7250309428@mail.gmail.com> <20090123004922.GA328@wladimir> <0AAE5AB84B013E45A7B61CB66943C17215A86E40F3@USEA-EXCH7.na.uis.unisys.com> <20090128233541.GB2032@wladimir> <0AAE5AB84B013E45A7B61CB66943C17215B5DCFF1D@USEA-EXCH7.na.uis.unisys.com> <20090202015134.GC2160@wladimir> In-Reply-To: <20090202015134.GC2160@wladimir> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 02 Feb 2009 04:39:00.0095 (UTC) FILETIME=[2ABF08F0:01C984F0] X-Virus-Checked: Checked by ClamAV on apache.org > From: Michael Ludwig [mailto:milu71@gmx.de] > Subject: Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe) > > The Java bridge DLLs (or whatever they're called) can be moved to a > directory only contained in java.library.path, but not in PATH. The > other libraries must be in a PATH directory in order to be loaded. If I'm interpreting your posting correctly, it looks like you have discover= ed that the other DLLs are not being loaded by the JVM, but rather indirect= ly, due to references from the ones the JVM loads. If you really wanted to= keep them all under java.library.path, you could write some initialization= code for your webapp that does loadLibrary() calls on the previously indir= ectly loaded ones; but it's probably simpler just to keep them visible in P= ATH. But I suspect you have already figured that out... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org