Giter VIP home page Giter VIP logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
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 [email protected] on 3 Aug 2008 at 4:38

  • Changed state: Invalid

from kaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I had the same problem! Thanks for the information now its working!!!!

Original comment by [email protected] on 28 Aug 2008 at 9:22

from kaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Hi, I still got this problem although I think I do not have jcaptcha installed. 
can
someone help?

Original comment by [email protected] on 6 May 2009 at 5:43

from kaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
It has nothing to do with jcaptcha, it has to do with having com.jhlabs.image.* 
in your classpath.

Original comment by [email protected] on 6 May 2009 at 5:49

from kaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Issue 42 has been merged into this issue.

Original comment by [email protected] on 13 Oct 2009 at 4:14

from kaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
the same happens when you have SimpleCaptcha also installed. 

Original comment by [email protected] on 14 Jan 2010 at 3:05

from kaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
patient: it hurts when i do that.
dr: don't do that.

Original comment by [email protected] on 14 Jan 2010 at 6:15

from kaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
[deleted comment]

from kaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
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 [email protected] on 21 Dec 2012 at 1:45

from kaptcha.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.