Add path for dll or shared object in your run.bat or run.sh file. In linux it LD_LIBRARY_PATH or in pc it path
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rod Macpherson Sent: Monday, March 01, 2004 6:20 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] [Installation & Configuration] - JNI library Have you tried loading the library in a non-EJB component to rule out path issues? If that works perhaps you can call your JNI methods from within the EJB. -----Original Message----- From: gsidhu [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 12:37 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] [Installation & Configuration] - JNI library I have a JNI library which I am trying to used in my EJBs. I not using it directly in EJB class but using a helper class. I have tried to create a MBEAN to load but I still get java.lang.UnsatisfiedLinkError: . Has anyone been able to solve the problem of using JNI in JBoss? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823679#3823679 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=382367 9 ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=ick _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
