2

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

greg-449
  • 109,219
  • 232
  • 102
  • 145
Anand
  • 21
  • 2

2 Answers2

0

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

Happy Coder
  • 1,293
  • 1
  • 19
  • 35
0

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

K.Mat
  • 1,341
  • 11
  • 17