From: eg at cybertec.at (Ewald Geschwinde) Date: Sun, 15 Oct 2006 13:34:03 +0200 Subject: [Pljava-dev] error pljava1.3 In-Reply-To: <45320D6D.2000701@logix-tt.com> References: <453209C7.9060609@cybertec.at> <45320D6D.2000701@logix-tt.com> Message-ID: <45321CAB.3090606@cybertec.at> yes that was the problem thought this was a windows specific thing Shame on me Regards EWald Geschwinde Markus Schaber schrieb: > Hi, Ewald, > > Ewald Geschwinde wrote: > > >> but If I want to use the examples.jar the following happens: >> test=# SELECT sqlj.install_jar('/home/eg/pljava/examples.jar', >> 'samples', true); >> ERROR: java.sql.SQLException: I/O exception reading jar file: no >> protocol: /home/eg/pljava/examples.jar >> > > Did you try to add file:// in front of the filename? > >