You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.externalToolBuilders | 12 years ago | |
.settings | 12 years ago | |
Java | 12 years ago | |
dist | 12 years ago | |
docs | 12 years ago | |
examples | 12 years ago | |
lib | 12 years ago | |
sounds | 12 years ago | |
.classpath | 12 years ago | |
.gitignore | 12 years ago | |
.project | 12 years ago | |
README.md | 4 years ago | |
build.xml | 12 years ago | |
license.txt | 12 years ago | |
sc-build.xml | 12 years ago |
README.md
SimpleCaptcha
A Java library for creating CAPTCHAs for J2EE applications, including Spring MVC, Struts, and Grails.
Example implementations are located in the examples/ directory. The more robust examples were done using Grails; this is the recommended starting point for learning how to implement and use SimpleCaptcha.
To build, simply run ant from this directory. The only requirement is that the $CATALINA_HOME environment variable be set:
set $CATALINA_HOME=/usr/apache-tomcat-6.0.18/
ant