I have this import in my code:
import com.sun.jmx.snmp.SnmpOidDatabaseSupport;
but i get 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 it could help my IDE is eclipse, how can i fix this error?