RE: [INTERFACES] Problems after creating jdbc driver postgresql.j ar 6.5.3

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'balajee(at)singnet(dot)com(dot)sg'" <balajee(at)singnet(dot)com(dot)sg>, pgsql-interfaces(at)postgresql(dot)org
Subject: RE: [INTERFACES] Problems after creating jdbc driver postgresql.j ar 6.5.3
Date: 1999-12-07 07:23:31
Message-ID: 1B3D5E532D18D311861A00600865478C70BEF6@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

You still need to include classes.zip from the jdk (some jre's call it
rt.jar) otherwise it doesn't know where the system classes are.

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Balajee Shrikanth [mailto:balajee(at)singnet(dot)com(dot)sg]
Sent: Sunday, December 05, 1999 3:28 PM
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: [INTERFACES] Problems after creating jdbc driver postgresql.jar
6.5.3

---------- Forwarded Message ----------
Subject: Problems after creating jdbc driver postgresql.jar 6.5.3
Date: Sun, 5 Dec 1999 23:20:00 +0800
From: Balajee Shrikanth <balajee(at)singnet(dot)com(dot)sg>

I have followed the steps and created the jar file. I have changed
classpath to
use the current directory and the postgresql.jar file. I am able to
compile the
example (JDK 1.1.7) but when I invoke the example I get an error -
Unable to initialize threads : cannot find class java./lang/Thread.

When I use java with no JDBC it works fine Could someone help with
the installation steps after creation of jar file.

Thanks,
Balajee

************

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 1999-12-07 08:00:41 RE: [INTERFACES] JDBC - speed with big 'select's
Previous Message Peter Mount 1999-12-07 07:11:04 RE: [INTERFACES] Speed of Postgres with Java