I see the org.sun.management
in JRE System library but I am unable to import in my eclipse. Any reasons why it is allowed. even maven compilation fails
here are the screenshots.
I am using Java 8.
I am trying to do this:
if (operatingSystemBean instanceof com.sun.mananagement.OperatingSystemMXBean) {
})