Tag Archives: Access restriction

Eclipse IDE Error : Access restriction: The type Provider is not accessible due to restriction on required library

This is a common error occurs when you use any deprecated library in Eclipse IDE project settings.The reason behind this error can be, Classpath conflict. Using old versions of jre/libs Forbidden reference – Deprecated and restricted API Try to configure the latest jars possible to avoid deprecated libs. Resolve the classpath conflict by checking duplicate… Read More »