...
- Right-click the project in Package Explorer
- Select Java Build Path from the left hand list, and Libraries from the tabs in the main field
- Open the JRE System Library list, and you should see your available JDBC driver (see screenshot)
Wiki Markup If you cannot see your driver listed, you must add it. \[WOL:instructions required\]
Solution - check JDBC settings in Entity Modeler
...
Postgresql JDBC driver settings:
URL: jdbc:postgresql://<hostname>/<databasename> eg. jdbc:postgresql://localhost/authors
Driver: org.postgresql.Driver
Plugin: Postgresql
H2 JDBC driver settings:
URL: jdbc:h2:~/<databasename>