Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 73079 invoked from network); 6 Jul 2006 17:31:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2006 17:31:16 -0000 Received: (qmail 89649 invoked by uid 500); 6 Jul 2006 17:31:14 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 89366 invoked by uid 500); 6 Jul 2006 17:31:13 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 89349 invoked by uid 99); 6 Jul 2006 17:31:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 10:31:13 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [199.237.51.194] (HELO green.rootmode.com) (199.237.51.194) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 10:31:11 -0700 X-ClientAddr: 68.171.62.46 Received: from [192.168.15.105] (68-171-62-46.vnnyca.adelphia.net [68.171.62.46]) by green.rootmode.com (8.12.10/8.12.10) with ESMTP id k66HTj7a030665 for ; Thu, 6 Jul 2006 13:29:45 -0400 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <4690875E336998438DF43A78B8E38CF2E4F689@BLRKECMSG01.ad.infosys.com> References: <4690875E336998438DF43A78B8E38CF2E4F689@BLRKECMSG01.ad.infosys.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Dain Sundstrom Subject: Re: Loading a dll file in the geronimo Date: Thu, 6 Jul 2006 10:29:57 -0700 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) X-RootMode-MailScanner-Information: Please contact the ISP for more information X-RootMode-MailScanner: Found to be clean X-MailScanner-From: dain@iq80.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Geronimo doesn't do anything special to help you load native libraries, nor does it do anything special to prevent you from loading a native library. To load a native library in Java use the System.load(String filename) or System.loadLibrary(String libname) methods. Native libraries can be very difficult to work with, so I suggest you read a tutorial or book on the Java Native Interface, and write a simple standalone test case before attempting to integrate a native library into Geronimo. -dain On Jul 6, 2006, at 1:06 AM, Santosh Koti wrote: > Hi All, > > > Is there a way to load a dll file in to the server JVM, has that to > be done by wrapping it as a jar file & adding a dependency for it..? > > I am yet to test on this..? Has some 1 done this earlier..? > > > Thanks, > > Santosh. > > "Don't talk about yourself; it will be done when you leave. " > > > **************** CAUTION - Disclaimer ***************** > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION > intended solely for the use of the addressee(s). If you are not the > intended recipient, please notify the sender by e-mail and delete > the original message. Further, you are not to copy, disclose, or > distribute this e-mail or its contents to any other person and any > such actions are unlawful. This e-mail may contain viruses. Infosys > has taken every reasonable precaution to minimize this risk, but is > not liable for any damage you may sustain as a result of any virus > in this e-mail. You should carry out your own virus checks before > opening the e-mail or attachment. Infosys reserves the right to > monitor and review the content of all messages sent to or from this > e-mail address. Messages sent to or from this e-mail address may be > stored on the Infosys e-mail system. > ***INFOSYS******** End of Disclaimer ********INFOSYS*** >