problem in loading a jar file

From: "Umut Sargut" <umut(at)ufl(dot)edu>
To: <pgsql-general(at)postgresql(dot)org>
Subject: problem in loading a jar file
Date: 2006-06-15 16:35:42
Message-ID: 006801c69099$bf22c200$fb38f20a@ZeynepUmut
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I'm getting an exception when I'm trying to load a jar file in Windows XP.

The command I'm using is:
statement.executeUpdate("SELECT sqlj.install_jar('file:///"+jarLocation+"','"+transformName+"',false)");
where jarLcation is: C:/temp/transform.jar

The error is:
java.sql.SQLException: I/O exception reading jar file: C:\temp\transform.jar (The system cannot find the file specified)

The file is actually located in that path.

Please help with any ideas,

Thanks,

Umut Sargut

Browse pgsql-general by date

  From Date Subject
Next Message Relyea, Mike 2006-06-15 16:46:27 Re: Out of memory error in 8.1.0 Win32
Previous Message Nis Jorgensen 2006-06-15 15:36:34 Re: A few questions about carriage returns (\r)