Hi,
I have a Java Service and I’m try to import a java.util.regex.*, but I always get the following error message:
Package java.util.regex not found in import.
import java.util.regex.*;
Please, could anybody help me solve that problem?
Thank you
Gustavo Almeida