Regarding Error installing jdbc7.0-1.2.jar

Поиск
Список
Период
Сортировка
От Shanmugasundaram
Тема Regarding Error installing jdbc7.0-1.2.jar
Дата
Msg-id 3B9B2E8A.93EC3C68@ceedees.com
обсуждение исходный текст
Ответы Re: Regarding Error installing jdbc7.0-1.2.jar
Список pgsql-jdbc
hi,
I am using JDK1.2.2. I tried to install postgresql-7.0.3-2.i386.rpm and
its supporting rpms(devel,server,jdbc)
and I succeeded. I am able to open the database using 'psql' and create
tables. Then, I tried to install the jar
file for jdbc 'jdbc7.0-1.2. jar' and extracted it to the directory
/usr/lib/pgsql. Then, I tried to connect database
with jdbc with a sample java program. I gave it like the following way:

try
{
    Class.forName("postgresql.Driver");
    con=DriverManager.getConnection("jdbc:postgresql://IP
address/","user1","pass1");
}
catch(SQLException se){}
catch(ClassNotFoundException ce){}

.......
......
After compiling successfully, it comes with the following error:
Exception in the thread "main"
java.lang.NoClassDefFoundError : postgresql/Driver (wrong name:
org/postgresql/Driver)
at java.lang.ClassLoader.defineClass0(Native Method)
.......

What could be wrong?
Thanks in advance.
shan.


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Rene Pijlman
Дата:
Сообщение: Re: PGpoint and PGcircle both sql type 1111?
Следующее
От: Rene Pijlman
Дата:
Сообщение: Re: Regarding Error installing jdbc7.0-1.2.jar