I'm tring to:
import sun.security.provider.SecureRandom;
And Eclipse is suggesting me to Search repositories for 'sun.security.provider'. It can see only the java.security.SecureRandom...
Access restriction: The type 'SecureRandom' is not API (restriction on required library '/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/rt.jar')
My BuildPath has the JRE System Library [JavaSE-1.7]
What can I check?