I am currently developing an Android application, which is going to use a database from MongoLab
. Another member of my team has already created a working database on mongolab.com
, I am just having trouble connecting to it via Eclipse.
I have looked all around Google and at countless tutorials, but I really don't know much about what I'm doing.
The best tutorial I have found is from mkyong.com
. It seems the second section labeled Java MongoDB Examples
is what I am looking for, but I cannot get the library being used in those examples imported into my projects.
Is there a URL I can search for in Help >> Install New Software in Eclipse? I have downloaded the mongo-java-driver
, but do not know how to incorporate that into my Eclipse.
To clarify again, I have no need to create a MongoDB
, I am just trying to connect to an existing database via an Android project in Eclipse.