Access restriction: Is not accessible due to restriction on required library ..\jre\lib\rt.jar
I ran into something similar, I think that the cause of the warning is Eclipse trying to discourage you from using the internal com.sun packages that are installed as part of your workspace JRE but which are not part of the public Java API. As Justin says in his answer, changing your compiler settings can … Read more