problem in loading a jar file - Mailing list pgsql-general

From Umut Sargut
Subject problem in loading a jar file
Date
Msg-id 006801c69099$bf22c200$fb38f20a@ZeynepUmut
Whole thread Raw
List 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
 

pgsql-general by date:

Previous
From: ptjm@interlog.com (Patrick TJ McPhee)
Date:
Subject: Re: Performance Question
Next
From: "hubert depesz lubaczewski"
Date:
Subject: Re: A slow query - Help please?