Can't get JBuilder 9 design mode to work

From: "Andrew Lazarus" <drlaz(at)attglobal(dot)net>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Can't get JBuilder 9 design mode to work
Date: 2003-11-20 05:35:46
Message-ID: 001601c3af28$27d50390$847ba8c0@ANDYXP
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Setup: Postgres 7.3.4, JDBC 7.3 driver (also tried earlier versions), Linux,
JBuilder 9. In the design mode, I can't get the designer to work on Database
objects or any Query Objects. I can set the connection by hand, but the Test
Connection fails. Too bad, 'cause I like having get/sets generated by the
wizard. I get a pretty generic error that org.postgresql.Driver can't be
loaded, either the driver is bad or the classpath. HOWEVER, THE PROJECT RUNS
PERFECTLY with DB class instances added by hand. I realize this may be a
JBuilder problem, but has anyone succeeded with this setup?

I can access the same DB without any problems over the network with Windows
JBuilder 9, the Windows Postgres ODBC driver, and the Sun JDBC/ODBC bridge.
Unfortunately, my Windows box is much inferior in MHz and RAM and isn't
really usable for development.

Thanks. Andrew Lazarus drlaz(at)attglobal(dot)net

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2003-11-20 05:37:47 Re: JDBC Transaction Isolation level 4 - Serializable problem
Previous Message Oliver Jowett 2003-11-20 05:30:59 Re: JDBC Transaction Isolation level 4 - Serializable problem