com.sun.mirror.apt API
Posted
by Bobby
on Stack Overflow
See other posts from Stack Overflow
or by Bobby
Published on 2010-05-30T00:19:19Z
Indexed on
2010/05/30
0:22 UTC
Read the original article
Hit count: 600
java
I'm new to Java and I am getting an error via Eclipse on the following lines:
import com.sun.mirror.apt.AnnotationProcessorFactory;
import com.sun.mirror.apt.AnnotationProcessor;
import com.sun.mirror.apt.AnnotationProcessorEnvironment;
The error is "The import com.sun.mirror cannot be resolved".
How do I fix this error?
© Stack Overflow or respective owner