I have a little problem while compiling an Android application with Eclipse.
It says :
The import sun cannot be resolved
Actually I want to use the NotImplementedException
Class from the package
sun.reflect.generics.reflectiveObjects
Do you have any ideas where it come from ?
I have Java 1.7 installed and Eclipse Indigo IDE for Java EE Developers.