I have this import in my code:
import com.sun.jmx.snmp.SnmpOidDatabaseSupport;
but I get the following error:
Access restriction: the type SnmpOidDatabaseSupport is not accessible due to restriction on required C:\Program Files\Java\jre6\lib\rt.jar
and also, if this can help my eclipse IDE, how can I fix this error?
source share