From: bburan at MIT.EDU (Brad Buran) Date: Sun, 22 Apr 2007 15:56:12 -0400 Subject: [Pljava-dev] Error on loading libpljava.dll Message-ID: <001e01c78518$4781d9b0$0c05fa12@issphoenix> I followed all the instructions for installing pljava with postgresql 8.2 (windows xp), but when I try to run the sql file to create the sqlj schema, I get the following error: ERROR: could not load library "C:/Program Files/PostgreSQL/8.2/lib/libpljava.dll": The specified module could not be found. SQL state: 58P01 The dll is there, and the system classpath contains the paths to the JRE bin and bin/client folders. I'm a bit confused as to where to go from here to fix the problem. Any advice? Thanks! Brad