Re: Questions about using libpgjava

2003-02-13 Thread Anthony Green
On Thu, 2003-02-13 at 06:07, Brett Smith wrote: > At this point, I'm stumped again. If anybody has any suggestions as to > where the problem might lie, they would be a tremendous help. The problem is that Class.forName is not able to find the driver in the shared library you just built. Run your

Re: Questions about using libpgjava

2003-02-13 Thread Brett Smith
On Wed, Jan 29, 2003 at 09:57:08PM -0800, Anthony Green wrote: > That's right - it works very well. If you're using a recent version of > gcj, you should be able to check the sources out from > http://sources.redhat.com/rhug and simply configure/make/install a > shared library version of this driv

Re: Questions about using libpgjava

2003-02-13 Thread Anthony Green
On Thu, 2003-02-13 at 06:07, Brett Smith wrote: > At this point, I'm stumped again. If anybody has any suggestions as to > where the problem might lie, they would be a tremendous help. The problem is that Class.forName is not able to find the driver in the shared library you just built. Run your

Re: Questions about using libpgjava

2003-02-13 Thread Brett Smith
On Wed, Jan 29, 2003 at 09:57:08PM -0800, Anthony Green wrote: > That's right - it works very well. If you're using a recent version of > gcj, you should be able to check the sources out from > http://sources.redhat.com/rhug and simply configure/make/install a > shared library version of this driv

Re: Questions about using libpgjava

2003-01-30 Thread Anthony Green
On Wed, 2003-01-29 at 20:42, Tom Tromey wrote: > Brett> I know that free PostgreSQL JDBC drivers exist in the libpgjava > Brett> package, and have them installed. I would like to find out, > Brett> however, whether it's possible to use these drivers with any > Brett> free Java implementations > >

Re: Questions about using libpgjava

2003-01-29 Thread Tom Tromey
> "Brett" == Brett Smith <[EMAIL PROTECTED]> writes: Brett> I know that free PostgreSQL JDBC drivers exist in the libpgjava Brett> package, and have them installed. I would like to find out, Brett> however, whether it's possible to use these drivers with any Brett> free Java implementations

Re: Questions about using libpgjava

2003-01-29 Thread Anthony Green
On Wed, 2003-01-29 at 20:42, Tom Tromey wrote: > Brett> I know that free PostgreSQL JDBC drivers exist in the libpgjava > Brett> package, and have them installed. I would like to find out, > Brett> however, whether it's possible to use these drivers with any > Brett> free Java implementations > >

Re: Questions about using libpgjava

2003-01-29 Thread Tom Tromey
> "Brett" == Brett Smith <[EMAIL PROTECTED]> writes: Brett> I know that free PostgreSQL JDBC drivers exist in the libpgjava Brett> package, and have them installed. I would like to find out, Brett> however, whether it's possible to use these drivers with any Brett> free Java implementations