From: ambulimama at gmail.com (Nelli Vanan) Date: Tue, 21 Oct 2008 10:05:51 -0400 Subject: [Pljava-dev] Unable to load class org/postgresql/pljava/internal/Backend In-Reply-To: <6d7730550810201319h569e51bav5053dbee54500077@mail.gmail.com> References: <6d7730550810201319h569e51bav5053dbee54500077@mail.gmail.com> Message-ID: <6d7730550810210705r745e2078i8d029890ce714543@mail.gmail.com> Hi there, I have read through some of the mail threads, and noticed that people had the same problem before. I am using postgres 8.1.11 and plJava 1.4.0 and am running in a variant of CentOS. e-smith server. I am not sure if I have the same problem that was mentioned in other threads( about zlib conflict). Please let me know. Thank you very much. On Mon, Oct 20, 2008 at 4:19 PM, Nelli Vanan wrote: > Hi there, > > I am having some problem when trying to experiment with a hello world > example. When I run the following command I am getting this error > message. > I am not sure what I am doing wrong. > The class path seems to be correct. I have the pljava.jar file in /root/mydir > How can I resolve this. Thanks, > > SELECT sqlj.install_jar('file:///root/mydir/hello.jar', > 'helloworld_jar', false); > WARNING: java.lang.NoClassDefFoundError: org/postgresql/pljava/internal/Backend > ERROR: Unable to load class org/postgresql/pljava/internal/Backend > using CLASSPATH '-Djava.class.path=/root/mydir/pljava.jar' >