No!

These files will be found in the arserver directory (bin) and not the lib 
directory.  You may set your LD_LIBRARY_PATH to point to them.  

A .a is a library file to be included in a link.  A .so is a shared library 
which is loaded dynamically (or at run time bind).  These are very different.

Caution:  the .so files must be for the same version as the jar and .a files.  
This should be no problem as you will get them from the same server 
installation.

Cheers
Ben

>----- ------- Original Message ------- -----
>From:         Tadeu Augusto Dutra Pinto
><[EMAIL PROTECTED]>
>To:           [email protected]
>Sent: Wed, 31 Oct 2007 08:06:41
>
>Hi for all...
>
>I'm having a problem with arapi70.jar (or
>arapiXX.jar)
>
>When I try to run my Java Application that need
>this API, always occurs an error about some libs
>that were not found.
>
>Libs like that:
>- arjni.so
>- arapi.so
>- ...
>and so on...
>
>Ok.... But I'm using a AIX 5.2 Operational System
>(for my server), and in the "lib" directory of my
>ARSystem installation I don't find these libs with
>.so extension (only files like arjni.a, arapi.a)...
>
>
>I'd like to know if I configure this files with .a
>extension on my system, instead of .so, my
>application will work normally ??
>
>
>thanx-in-advance!!!!
>
>Tadeu.
>HSBC Outsourcing
>
>___________________________________________________
>____________________________
>UNSUBSCRIBE or access ARSlist Archives at
>www.arslist.org ARSlist:"Where the Answers Are"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to