I am new to Java and I get an error message through Eclipse in the following lines:
import com.sun.mirror.apt.AnnotationProcessorFactory; import com.sun.mirror.apt.AnnotationProcessor; import com.sun.mirror.apt.AnnotationProcessorEnvironment;
Error: "Import error com.sun.mirror could not be resolved."
How to fix this error?
source share