Re: Postgresql jdbc driver for PG version 9.5
От | Poul Kristensen |
---|---|
Тема | Re: Postgresql jdbc driver for PG version 9.5 |
Дата | |
Msg-id | CAAOuvVonc+Gand74Yd9uxQBHOKy0=upyZCuGL=gPdykQNMVbSw@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Postgresql jdbc driver for PG version 9.5 (Laurenz Albe <laurenz.albe@cybertec.at>) |
Ответы |
Re: Postgresql jdbc driver for PG version 9.5
|
Список | pgsql-jdbc |
Hi and thank you for responding but I have to put a class as db.driver value into String driver and
then loaded this way Class.forName(driver);
It works with the oracle driver.
I am using Postgresql JDBC Driver 42.2.25 and Driver.class eg:_ db.driver=Driver.class
but is rejected as not executable. It should be very simple. Does anyone use the Driver.class?
TIA
Poul
Den fre. 7. sep. 2018 kl. 15.36 skrev Laurenz Albe <laurenz.albe@cybertec.at>:
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
--
Med venlig hilsen / Best regards
Poul Kristensen
Linux-OS/Virtualizationexpert and Oracle DBA
Poul Kristensen
Linux-OS/Virtualizationexpert and Oracle DBA
В списке pgsql-jdbc по дате отправления: