I'm really new in Java and also MongoDB world. I would like to use MongoDB and Java. I have downloaded MongoDB driver for java. It is a jar file, my question is how can I use this Jar file. I've used this command but I got an error:
java -jar mongo-java-driver-2.9.3-javadoc.jar
and the error:
no main manifest attribute, in mongo-java-driver-2.9.3-javadoc.jar
could you please help me to solve the problem?