[JAVA] Does not recognize the library when implementing jcaptcha

Troubleshooting when implementing jcaptcha

environment

Registered in the library from the build path

phenomenon

--The classes in the jar can be used by importing in the code --When I try to build it, it is said that there is no "CaptchaServiceException" in the jar class and I cannot build it.

How to solve

  1. Delete the library from the build path
  2. Place the jar file using the maven command
  3. Added to in pom.xml

The meven command is --mvn install: install-file -Dfile = C: \ Users \ {username} \ Downloads \ octo \ captcha \ jcaptcha \ 1.0 \ jcaptcha-1.0.jar -DgroupId = com.octo.captcha -DartifactId = jcaptcha -Dversion = 1.0 -Dpackaging = jar --mvn install: install-file -Dfile = C: \ Users \ {username} \ Downloads \ octo \ captcha \ jcaptcha-api \ 1.0 \ jcaptcha-api-1.0.jar -DgroupId = com.octo.captcha -DartifactId = jcaptcha-api -Dversion = 1.0 -Dpackaging = jar --mvn install: install-file -Dfile = C: \ Users \ {username} \ Downloads \ jhlabs \ imaging \ 01012005 \ imaging-01012005.jar -DgroupId = com.jhlabs -DartifactId = imaging -Dversion = 01012005 -Dpackaging = jar

Recommended Posts

Does not recognize the library when implementing jcaptcha
[Note] When the page access speed does not increase
When the server does not start with rails s
How to get the log when install4j does not start
When the form such as Select of Materialize does not work properly
[NetBeans] Story when it does not start
What to do when rails db: seed does not reflect in the database
[Grails] Error occurred running What to do when the Grails CLI does not start
Does the escape sequence (\) not work? (for Mac)
When @Transactional of Spring Boot does not work
Final confirmation when ruby version does not switch
When the project is not displayed in eclipse
[Railways] Railways does not work when the RubyMine project root is other than the Rails root directory.
[Kotlin] The mapping library by reflection based on Java basically does not work with Kotlin.
The story when the container does not start up with docker-compose up and an error occurs
"Do not show again" check does not work in the warning dialog when starting applet
Try implementing the Eratosthenes sieve using the Java standard library
After introducing Better_errors, the error screen does not change
When Docker for Mac 2.4.0.0 does not reflect file changes
A memo when the incoming number acquisition using Broadcast Receiver does not work on Android 9/10