Re: Postgresql jdbc driver for PG version 9.5
От | Laurenz Albe |
---|---|
Тема | Re: Postgresql jdbc driver for PG version 9.5 |
Дата | |
Msg-id | 47412eb26f973018bda1cd3e69b53bca3ded01c9.camel@cybertec.at обсуждение исходный текст |
Ответ на | Re: Postgresql jdbc driver for PG version 9.5 (Poul Kristensen <bcc5226@gmail.com>) |
Ответы |
Re: Postgresql jdbc driver for PG version 9.5
|
Список | pgsql-jdbc |
Poul Kristensen wrote: > Thank you. Yes and it says: > > DB.DRIVER The fully qualified class name of the JDBC driver. For Java DB, this is org.apache.derby.jdbc.EmbeddedDriver.For MySQL, this is com.mysql.jdbc.Driver. > > How do I get org.postgresql.Driver to put in db.driver(e.g: db.driver=org.postgresql.Driver)? That is my problem! The documentation (https://jdbc.postgresql.org/documentation/head/load.html) has it: Prior to Java 1.6, the driver had to be loaded by the application - either by calling Class.forName("org.postgresql.Driver"); or by passing the driver class name as a JVM parameter. java -Djdbc.drivers=org.postgresql.Driver example.ImageViewer These older methods of loading the driver are still supported but they are no longer necessary. Yours, Laurenz Albe -- Cybertec | https://www.cybertec-postgresql.com
В списке pgsql-jdbc по дате отправления: