How to connect to PostgreSQL 11 using PostgreSQL JDBC Driver with Bellsoft Liberica JDK 8

Опубликовано: 28 Сентябрь 2024
на канале: java frm
16
0

Here in this video we are going to see How to connect PostgreSQL 11 through JDBC programming using Bellsoft Liberica JDK 8 and PostgreSQL JDBC Driver (postgresql.jar).

Latest PostgreSQL JDBC drivers can be downloaded from the below link.
https://jdbc.postgresql.org/download....

Important Notes: Make sure JDBC URL is connect as shown in the video and include the jar file in the classpath while compiling and running the programs in command line. Use the postgresql.jar file when you compile your code with JDK 8.