From: thhal at mailblocks.com (Thomas Hallgren) Date: Thu, 31 Mar 2005 20:34:17 +0200 Subject: [Pljava-dev] java.lang.ClassNotFoundException: org.postgresql.pljava.example In-Reply-To: References: Message-ID: <424C42A9.10107@mailblocks.com> Antonio Carlos de Andrade Brito wrote: > Thomas, the first setep ok... > sqlj.install_jar('file:/C:/Arquivos%20de%20programas/PostgreSQL/8.0/examples.jar', > > >> 'samples', true); > > > But, when i try SELECT sqlj.set_classpath('public', 'samples'); the > follow ERROR message is showed "ERROR: java.sql.SQLException: No such > jar: samples" In that case, something must have gone wrong with sqlj.install_jar and 'samples' was the name you used as the second argument to install_jar. Did you get an error when you executed the sqlj.install_jar? - thomas