I have a project in eclipse, which saves the variables inside a logger but when I give it to compile, I get this error:
Exception in thread "main" java.lang.Error: Unresolved compilation problems: The import org.apache can not be resolved Logger can not be resolved to a type Logger can not be resolved
Any solution?