Re: Apache email validator: import and usage problem

2024-01-16 Thread Pieter van den Hombergh
You might want to add the required dependency. If you are working with maven (recommended) then here is a minimal pom that will work finding the jar from maven central. http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://mav

Apache email validator: import and usage problem

2024-01-15 Thread Zulfi Khan
Hi, I am trying to use the Apache email validator code. I tried to use two import statements to import the apache email validator for testingemail addresses but they are not working: import org.apache.commons.validator.routines.EmailValidator; https://stackoverflow.com/questions/624581/what-i