Snippets tagged “access-restriction”
1 snippet uses this tag.
- Access restriction on class due to restriction on required library rt.jar?Java
If you are getting an "access restriction" error on a class in your Java code, it means that you are trying to access a class or member (field or method) that has restricted access.