参考网址:http://stackoverflow.com/questions/860187/access-restriction-on-class-due-to-restriction-on-required-library-rt-jar


There's another solution that also works. I found it on this forum:

1、Go to the Build Path settings in the project properties.

Java:import com.sun.awt.AWTUtilities;报错
2、Remove the JRE System Library

Java:import com.sun.awt.AWTUtilities;报错
3、Add it back; Select "Add Library" and select the JRE System Library. The default worked for me.

Java:import com.sun.awt.AWTUtilities;报错

Java:import com.sun.awt.AWTUtilities;报错
This works because you have multiple classes in different jar files. Removing and re-adding the JRE lib will make the right classes be first

 

相关文章:

  • 2021-07-07
  • 2022-01-26
  • 2021-12-24
  • 2021-09-19
猜你喜欢
  • 2021-09-15
  • 2021-04-17
  • 2022-12-23
  • 2021-06-30
  • 2021-12-07
  • 2021-07-22
相关资源
相似解决方案