您好,匿名用户
随意问技术百科期待您的加入

redis java客户端不能创建JedisPool

+1 投票
JedisPoolConfig config = new JedisPoolConfig(); 
config.setMaxActive(100);
config.setMaxIdle(20);
config.setMaxWait(1000l);
config.setTestOnBorrow(true);
	
JedisPool jedisPool= new JedisPool(config, "localhost");

JedisPool jedisPool= new JedisPool(config, "localhost");
这句Eclipse总是报错,鼠标移到小红叉上提示:

Multiple markers at this line
	- The type org.apache.commons.pool.impl.GenericObjectPool$Config cannot be resolved. It is indirectly referenced from 
	 required .class files
	- The constructor JedisPool(GenericObjectPool$Config, String) refers to the missing type GenericObjectPool$Config

jedis.jar的版本是2.1.0
用户头像 提问 2012年 12月1日 @ Artemis 上等兵 (162 威望)
分享到:

1个回答

0 投票

原来是忘记添加GenericObjectPool的基本包commons-pool

用户头像 回复 2012年 12月1日 @ Vladimir 上等兵 (275 威望)
提一个问题:

相关问题

0 投票
1 回复 27 阅读
用户头像 提问 2014年 1月5日 @ Trish 上等兵 (154 威望)
0 投票
1 回复 70 阅读
用户头像 提问 2012年 12月1日 @ Caster 上等兵 (256 威望)
0 投票
1 回复 34 阅读
用户头像 提问 2013年 11月19日 @ Gemini 上等兵 (319 威望)
+1 投票
1 回复 58 阅读
用户头像 提问 2012年 12月1日 @ Tristana 上等兵 (285 威望)
0 投票
1 回复 101 阅读
用户头像 提问 2012年 12月1日 @ dongxl 上等兵 (120 威望)

欢迎来到随意问技术百科, 这是一个面向专业开发者的IT问答网站,提供途径助开发者查找IT技术方案,解决程序bug和网站运维难题等。
温馨提示:本网站禁止用户发布与IT技术无关的、粗浅的、毫无意义的或者违法国家法规的等不合理内容,谢谢支持。

欢迎访问随意问技术百科,为了给您提供更好的服务,请及时反馈您的意见。
...