Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 34241 invoked from network); 7 Apr 2005 07:10:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2005 07:10:20 -0000 Received: (qmail 73910 invoked by uid 500); 7 Apr 2005 07:09:48 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 73896 invoked by uid 500); 7 Apr 2005 07:09:48 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 73883 invoked by uid 99); 7 Apr 2005 07:09:48 -0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FORGED_RCVD_HELO,PRIORITY_NO_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from 62.61.145.55.generic-hostname.arrownet.dk (HELO www.jezzper.dk) (62.61.145.55) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 07 Apr 2005 00:09:46 -0700 Importance: Normal X-Priority: 3 (Normal) Subject: Re: java.library.path - DLL - Domino ..why not use CORBA? MIME-Version: 1.0 From: "Jesper B. =?ISO-8859-1?Q?Ki=E6r?=" To: "Tomcat Users List" X-MIMETrack: MIME-CD by Notes Server on Peacock/Jezzper Consulting(Release 6.5.3|September 14, 2004) at 07-04-2005 09:02:58, MIME-CD complete at 07-04-2005 09:02:58, Serialize by Router on Peacock/Jezzper Consulting(Release 6.5.3|September 14, 2004) at 07-04-2005 09:03:00 Date: Thu, 7 Apr 2005 09:02:58 +0200 Message-ID: Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi I'm wondering why you're using the Domino DLLs to access Domino? Domino has a Corba interface which enables you to access all the Domino classes (exept the Notes UI) This whould be the "normal" way to do it. What makes you choose the other way? regards Jesper B. Kiaer http://www.jezzper.com -----"Durfee, Bernard" wrote: ----- >To: Tomcat Users List >From: "Durfee, Bernard" >Date: 04/06/2005 22:33 >Subject: java.library.path - DLL - Domino > >I am trying to use the native library for connecting to Domino from >a >servlet. I was under the impression that the DLL needed to be in the >path specified by the java.library.path system property. However, >this >does not seem to work. > >I got to the point where even brute force did not work... > >System.setProperty("java.library.path", "D:\\Lotus\\Domino"); >m_logger.info("Using java.library.path: " + >System.getProperty("java.library.path")); > >...from the logger... > >Using java.library.path: D:\Lotus\Domino > >...then the line... > >System.loadLibrary("nlsxbe"); > >...fails with the following exception... > >java.lang.UnsatisfiedLinkError: no nlsxbe in java.library.path > at java.lang.ClassLoader.loadLibrary(Unknown Source) > at java.lang.Runtime.loadLibrary0(Unknown Source) > at java.lang.System.loadLibrary(Unknown Source) > >...and indeed I do have a DLL file D:\Lotus\Domino\nlsxbe.dll. This >is >on a Windows 2000 machine. Any ideas? > >Bernard Durfee > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org