背景:
当使用jdk的自带的API获取系统信息时,代码中import “com.sun.management.OperatingSystemMXBean”出现报错。
解决方法:
Eclipse默认把这些受访问限制的API设成了ERROR,将其改成Warming即可。
Windows-Preferences-Java-Complicer-Errors/Warnings里面的Deprecated and restricted API中的Forbidden references(access rules)选为Warning。