From: pgsql at tomd.cc (Tom Dunstan) Date: Mon, 08 Oct 2007 23:36:55 +0100 Subject: [Pljava-dev] [Fwd: Re: PL/Java and native classes] Message-ID: <470AB107.40204@tomd.cc> Forgot to CC list -------- Original Message -------- Subject: Re: [Pljava-dev] PL/Java and native classes Date: Mon, 08 Oct 2007 23:35:26 +0100 From: Tom Dunstan To: Lucas Madar References: <470AA089.9080102 at mcsnw.com> Hi Lucas I haven't used native methods with PL/Java before, so the best I can offer is generic debugging... What makes you think it isn't System.loadLibrary? Do you get a stack trace in the logs? Can we see the relevant bits of your postgresql.conf? Did you add the path to the library to LD_LIBRARY_PATH (or whatever the equivalent is on your platform)? Cheers Tom Lucas Madar wrote: > Hey everyone, > > I'm having a problem trying to get PL/Java to work with native methods. > I can't seem to get it to load a native library. When loading the > library, I get a NoClassDefFoundError, which as far as I can tell isn't > thrown by System.loadLibrary. I've tried setting VM Arguments to use a > -Djava.library.path= and putting the .so file into the postgres lib > directory. > > Anyone else have any luck or experience here? > > Thanks, > Lucas Madar > _______________________________________________ > Pljava-dev mailing list > Pljava-dev at gborg.postgresql.org > http://gborg.postgresql.org/mailman/listinfo/pljava-dev >