The type org.bson.conversions.Bson cannot be resolved

yypccc 2015-10-02 01:00:13
在使用mongodb时,
进行 DBObject blog = new BasicDBObject();
blog.put("id", data.getId());
报了错误:The type org.bson.conversions.Bson cannot be resolved. It is indirectly referenced from required .class files

但是没找到 org.bson.conversions这个jar包,那是什么问题??

大神可以解释下吗????
...全文
2471 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
小小樊 2016-05-17
  • 打赏
  • 举报
回复
新版本的mongodb的驱动包是依赖bson.jar和mongodb_driver_core.jar的 官网上有提示: Note: mongodb-driver requires the following dependencies: bson and mongodb-driver-core 去看一下 ,然后对应的地方有两个包的下载,导进你的方法就ok了

2,596

社区成员

发帖
与我相关
我的任务
社区描述
Sybase相关技术讨论区
社区管理员
  • Sybase社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧