Closed GoogleCodeExporter closed 8 years ago
This is an easy one that one day will make a great interview question to see
how well someone can problem
solve java issues.
The answer is that jcaptcha already has com.jhlabs.image.* on the classpath and
that version is a different
version than the one that Kaptcha expects. Kaptcha expects the latest version
and jcaptcha is using a much
older version (according to the jcaptcha pom.xml, it is
<version>01012005</version>). For convenience,
Kaptcha includes the latest version of that library in its .jar file for you.
Because both products require different versions of that package, I don't think
you are going to be able to use
both jcaptcha and kaptcha concurrently in the same web application. So, just
dump jcaptcha. =)
Original comment by latch...@gmail.com
on 3 Aug 2008 at 4:38
I had the same problem! Thanks for the information now its working!!!!
Original comment by spideyh2...@gmail.com
on 28 Aug 2008 at 9:22
Hi, I still got this problem although I think I do not have jcaptcha installed.
can
someone help?
Original comment by adinu...@gmail.com
on 6 May 2009 at 5:43
It has nothing to do with jcaptcha, it has to do with having com.jhlabs.image.*
in your classpath.
Original comment by latch...@gmail.com
on 6 May 2009 at 5:49
Issue 42 has been merged into this issue.
Original comment by latch...@gmail.com
on 13 Oct 2009 at 4:14
the same happens when you have SimpleCaptcha also installed.
Original comment by neofo...@gmail.com
on 14 Jan 2010 at 3:05
patient: it hurts when i do that.
dr: don't do that.
Original comment by latch...@gmail.com
on 14 Jan 2010 at 6:15
[deleted comment]
I had the problem.
And finally I found it's the jar conflict.
Because there is a jcaptcha-all.jar in the lib.
Original comment by bick...@gmail.com
on 21 Dec 2012 at 1:45
Original issue reported on code.google.com by
divinat...@gmail.com
on 2 Aug 2008 at 6:54