Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
775 views
in Technique[技术] by (71.8m points)

eclipse - Import access restriction in java

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 FilesJavajre6lib
t.jar

and also if it could help my IDE is eclipse, how can i fix this error?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

1 Answer

0 votes
by (71.8m points)

Take a look here: Access restriction on class due to restriction on required library rt.jar?

It is not exact duplicate to your question but some answers are relevant. Here are the quotes:

http://www.digizol.com/2008/09/eclipse-access-restriction-on-library.html worked best for me.

Windows -> Preferences -> Java -> Compiler -> Errors/Warnings -> Deprecated and trstricted API -> Forbidden reference (access rules): -> change to warning

If you think that this answer is useful please not forget to upvote the answer I quoted here. Go to URL above and find for answer by @scommab


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
...