Eclipse DTP new driver definition

1.6k Views Asked by At

I am trying to connect to Postgresql from Eclipse through Eclipse DTP.

I navigated to Window->Preference->Data Management-> Driver Definition

After that I chose PostgreSQL and tried to add the driver through the New Driver Definition Template. But everything seems to be greyed out and I am neither able to edit the driver name of add the jar file using the add button. All buttons are disabled and greyed out.

Please Help.

Jar

DriverName

2

There are 2 best solutions below

0
On

On Name/Type tab, just expand the window like this : enter image description here then you can add jar/zip file on the JAR List tab

0
On

i always use Postgresql with dtp,works like a champ.. you can't create a driver from Window->Preference->Data Management-> Driver Definition.

go to "data source explorer view" -> right click "new" -> pick "Postgresql"-> click on "new driver definition" ... then follow the wizard

===============

hope its helps