Обсуждение: Config on Netbeans for OS X Panther

Поиск
Список
Период
Сортировка

Config on Netbeans for OS X Panther

От
"John Green"
Дата:
Hi, I'm trying to get Netbeans to plug into PostgreSQL.
I'm getting an error that Netbeans can't find the driver class files.

The netbeans launcher says my IDE Home directory is at /Users/john/netbeans
and I've placed the jar file in /Users/john/netbeans/lib/ext as the message
states to do.

I've been doing development for (20 years) but am new to PostgreSQL.


Re: Config on Netbeans for OS X Panther

От
snpe
Дата:
If boot.jar in lib/ext then it is correct directory for postgresql
Check driver class name : org.postgresql.Driver

Netbeans don't work good with postgresql - postgresql save objects name in lower case
and this confuse netbeans

regards

On Saturday 31 January 2004 03:21 am, John Green wrote:
> Hi, I'm trying to get Netbeans to plug into PostgreSQL.
> I'm getting an error that Netbeans can't find the driver class files.
>
> The netbeans launcher says my IDE Home directory is at /Users/john/netbeans
> and I've placed the jar file in /Users/john/netbeans/lib/ext as the message
> states to do.
>
> I've been doing development for (20 years) but am new to PostgreSQL.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>