From: thhal at mailblocks.com (Thomas Hallgren) Date: Thu, 31 Mar 2005 21:52:35 +0200 Subject: [Pljava-dev] java.lang.SecurityException In-Reply-To: References: Message-ID: <424C5503.4020701@mailblocks.com> Antonio Carlos de Andrade Brito wrote: > Ohhhh... Excuse me , my errors! but i want to learn pljava! :) eheheh > > > So... Now, when i try to run the listSuper function, the erro ERROR: > java.lang.SecurityException: read on C:\Arquivos de > programas\PostgreSQL\8.0\pljava\examples.jar, is showed... Because you have not done as I suggested and removed it from your CLASSPATH. Consequently, the system classloader tries to load it from disk instead of from the database. - thomas