From: lucas at mcsnw.com (Lucas Madar) Date: Mon, 08 Oct 2007 14:26:33 -0700 Subject: [Pljava-dev] PL/Java and native classes Message-ID: <470AA089.9080102@mcsnw.com> 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