How to connect postgresql database using eclipse in java.
i can able to connect with using "localhost" or "127.0.0.1" but I am not able to connect with "IP address" or "host name(system name)" on the same machine(local system).
Please do this needful request.
Thanks in advance!!!

This is as generally you dont want to make your database engine accessible from outside for security reasons. I.e. mySQL for example, doesnt allow access from the network by default, only from the local machine, which is fine if i.e. the web server etc... is running on that same machine.

You should be able to change which interfaces it listens on in the appropriate configuration files. Remember to also poke a hole in your firewall.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.