Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » setting up the postgresql database with eclipse
setting up the postgresql database with eclipse [message #499079] Thu, 19 November 2009 18:11 Go to next message
Josh  is currently offline Josh Friend
Messages: 3
Registered: November 2009
Junior Member
Please can some one point me to a tutorial or tell me how to set up postgreSQL database in Eclipse? What do I type for the URL in the PostgreSQL Connection Properties? Its on a local host. I keep getting Ping failed.

Re: setting up the postgresql database with eclipse [message #499083 is a reply to message #499079] Thu, 19 November 2009 18:21 Go to previous messageGo to next message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
On 11/19/2009 01:11 PM, Josh wrote:
> Please can some one point me to a tutorial or tell me how to set up
> postgreSQL database in Eclipse? What do I type for the URL in the
> PostgreSQL Connection Properties? Its on a local host. I keep getting
> Ping failed.
>
>

Does this help? http://wiki.postgresql.org/wiki/Working_with_Eclipse
Re: setting up the postgresql database with eclipse [message #499093 is a reply to message #499083] Thu, 19 November 2009 19:23 Go to previous messageGo to next message
Josh  is currently offline Josh Friend
Messages: 3
Registered: November 2009
Junior Member
Well I don't really want to work on the postgres source but I would just like to use it in the Data Source Explorer in the Database Connections folder.
Re: setting up the postgresql database with eclipse [message #499095 is a reply to message #499079] Thu, 19 November 2009 20:05 Go to previous messageGo to next message
Steve Blass is currently offline Steve BlassFriend
Messages: 276
Registered: July 2009
Senior Member
Josh wrote:
> Please can some one point me to a tutorial or tell me how to set up
> postgreSQL database in Eclipse? What do I type for the URL in the
> PostgreSQL Connection Properties? Its on a local host. I keep getting
> Ping failed.
>
>

jdbc:postgresql://localhost:5432/databasename is what I use.
Re: setting up the postgresql database with eclipse [message #1712976 is a reply to message #499095] Thu, 29 October 2015 17:10 Go to previous messageGo to next message
Joseph Urban is currently offline Joseph UrbanFriend
Messages: 1
Registered: October 2015
Junior Member
Are there any current tutorials for configuring Eclipse (Mars 4.5.1) for developing with a Postgresql database? It's amazing how many variations there are online that are now completely irrelevant due to shifts in the UI design.
Re: setting up the postgresql database with eclipse [message #1713019 is a reply to message #1712976] Thu, 29 October 2015 20:16 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 10/29/2015 01:37 PM, Joseph Urban wrote:
> Are there any current tutorials for configuring Eclipse (Mars 4.5.1) for
> developing with a Postgresql database? It's amazing how many
> variations there are online that are now completely irrelevant due to
> shifts in the UI design.

The Eclipse plug-ins for in-Eclipse support of traditional RDBMS are
collected under the name data-tools platform (DTP). I believe this URL
will get you there:

https://www.eclipse.org/forums/index.php/f/3/

That really answers your main question in my mind. Read on...

Now, as for tutorials for writing Java code, I can happily report that
JDBC remains the same as it always has been. If you're looking for some
kind of ORM interface, there are a great number of choices including the
old stand-by, Hibernate. I think there are more modern ways to go there
using jOOQ's fluent, etc., but I'm not doing database these days.

Hope some of this helps.
Previous Topic:Web Services Explorer Issues
Next Topic:referencing a class in java
Goto Forum:
  


Current Time: Fri Apr 26 17:51:10 GMT 2024

Powered by FUDForum. Page generated in 0.08899 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top