PowerDesigner in reverse PostgreSQL

Source: Internet
Author: User
Tags postgresql powerdesigner

First, download the driver

Https://jdbc.postgresql.org/download.html

View the version of the native JDK in cmd, and then download the corresponding jar in the page above

Second, set environment variables

Java_home, PATH, CLASSPATH

System variables--environment variables-------Properties-------

Add the following configuration, if there is no new

1. installation directory for JAVA_HOME,JDK

2. PATH, add at the beginning;%java_home%\bin;%java_home%\jre\bin

3. CLASSPATH, join at the beginning.; %java_home%\lib;%java_home%\lib\tools.jar;d:\soft\jdbc\postgresql-9.4.1212.jre7.jar

Can be viewed by the set command in CMD, such as set Classpath

Attention:

1. Cannot appear in the environment variable Chinese

2. Do not add multiple different versions of the jar repeatedly

Third, the configuration in the PowerDesigner

Detailed Steps visible

Http://www.cnblogs.com/simpleZone/p/5489781.html

PowerDesigner in reverse PostgreSQL

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.