Problem with import clause

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

Gustavo, there is no need to post your question on more than one thread.

Either the package doesn’t exist, or you added some extraneous character to the end of your import statement that doesn’t need to be there.