Compilation error:
/my_path/MainMethod.java:[24,11] cannot find symbol
symbol : method put(java.lang.String,int)
location: class com.mongodb.BasicDBObject
This is using mongo-0.6.jar from
http://github.com/mongodb/mongo-java-driver/downloads
Am I possibly using the wrong driver? I have looked at the code on
github and it only provides a signature for:
put(String, Object)
On Jul 17, 6:59 am, Eliot Horowitz <
eliothorow...@gmail.com> wrote:
> I just verified that this works for me.
> What error are you getting when you try it?
>