Hi..
In my project i'm using MongoDB and Java. For that i have download java-mongo driver mongo-2.10.1.jar.
Now my problem is, JRE restriction.
In my project we are using Java1.2 for particular packages and Java1.5 for others. I'm not sure about all the code in mongo-2.10.1 using Java1.2 at max java1.5.
Can any one suggest me which version of java-mongo driver uses java1.2 as max java1.5
Thanks