eclipse luna和postgres db 9.4连接

eclipse luna和postgres db 9.4连接,eclipse,postgresql,jdbc,Eclipse,Postgresql,Jdbc,我正在尝试在eclipse中连接postgres。但在输入jdbc连接的所有详细信息后,我发现以下错误: Database:postgres url:jdbc:postgresql://localhost:5432/postgres user name:postgres pass :postgres jar文件:D:\Workspace:postgresql-9.4-1202.jdbc41 Ping failed: org.postgresql.util.PSQLException: FATA

我正在尝试在eclipse中连接postgres。但在输入jdbc连接的所有详细信息后,我发现以下错误:

Database:postgres
url:jdbc:postgresql://localhost:5432/postgres
user name:postgres
pass :postgres
jar文件:D:\Workspace:postgresql-9.4-1202.jdbc41

Ping failed:
org.postgresql.util.PSQLException: FATAL: password authentication failed for user "postgres"
    at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:427)
    at 

欢迎来到SO。请先学习如何使用。我想知道你有没有努力解决这个问题。仅供参考,错误信息非常清楚:您为
postgres
用户提供的密码错误。