Import the postgres library into IDE intellij idea

0

I started to use the IDE intellij idea shortly to develop in Java, previously I used net beans and when I was going to use the database for my application it was simple to import the library of the bank, how do I do this in intellij idea?

    
asked by anonymous 30.07.2018 / 15:35

1 answer

0
  • Click on your project and then on: File > Project Structure ...
  • In Project Settings, go to Modules > Dependencies > & quot; + & quot; JARs or directories ...
  • Select the jar file and click OK, then OK again to confirm.

  • Youcanseethejarfileinthe"External Libraries" folder.

  • 30.07.2018 / 16:08