problem in loading a jar file

Поиск
Список
Период
Сортировка
От Umut Sargut
Тема problem in loading a jar file
Дата
Msg-id 006801c69099$bf22c200$fb38f20a@ZeynepUmut
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: ptjm@interlog.com (Patrick TJ McPhee)
Дата:
Сообщение: Re: Performance Question
Следующее
От: "hubert depesz lubaczewski"
Дата:
Сообщение: Re: A slow query - Help please?