3 Replies Latest reply on Sep 11, 2009 6:08 AM by rnicholson10

    HornetQ overiding the java.library.path

    rnicholson10

      When using JBM1.4 my java.library.path was as follows:

      /opt/jdk1.6.0_16/jre/lib/i386/server:/opt/jdk1.6.0_16/jre/lib/i386:/opt/jdk1.6.0_16/jre/../lib/i386:/opt/berkeleydb/lib:/usr/java/packages/lib/i386:/lib:/usr/lib
      


      But now that I've changed to HQ it is this:

      /opt/jboss/bin/META-INF/lib/linux2/x86
      


      So I can't load my berkeley database anymore. I'm guessing this is a bug as JBoss used to load my $LD_LIBRARY_PATH variable into java.library.path. Should HQ be appending to this variable instead of overwriting it?

      Cheers,

      Ross