0 Replies Latest reply on Dec 21, 2003 7:49 AM by lanelu

    How to load a .so file from a ear package?

    lanelu

      Hello all,

      I am trying to load a .so file from a ear package.
      I have compiled the .so file correctly, and load it successfully from a class.
      But when i call this library from a ear package, the question came.

      My envirement: jboss-3.0.7_jakarta-tomcat-4.1.24, Redhat Linux 8, JDK1.4.1

      I have tried following:
      1.check my LD_LIBRARY_PATH
      2.add lib path to /etc/ld.so.conf and reload cache
      3.add -D parameter when start jboss
      But it doesn't work.
      dispaired now. :)

      Appreciate ur answer.

      Lane