在eclipse里出现“The type **** is not accessible due to restriction on required library”的错误,大概的意思就是要导入的包被限制了。 ? 解决方法: ? 选中项目--右键--进入Properties(属性)视图 ? 选中Java Build Path--点击Libraries--展开JRE System Library[JavaSE-1.6],选中Access rules这一项(如果没有,那就是JDK安装和配置的问题)。 ? ?Edit--点击Add--在Rule Pattern(规则式样)编辑你允许导入的类库,如本例中输入(javax/servlet/**),允许就是在Resolution选项中选中Accessible(当然,有些项目需要可以选择Forbidden、Discourage某些类库)。 ? ?然后重启就可以了。
详细解决方案
【转】关于“The type * is not accessible due to restriction on required library”有关问题的
热度:5234 发布时间:2013-02-26 00:00:00.0
相关解决方案
- spring MVC cvc-complex-type.2.4.c解决方案
- 新手,请问input type=text有关问题
- 不走"<script type='text/javascript'>"标签咋回事
- <input type="hidden" name="" value="" />请教这句话的name,value什么意思
- input type=text 替空时 ,为什么不为null
- 在jsp页面下导入.xls文件,报错:Posted content type isn't multipart/form-data
- <script type="javascript/text">的有关问题
- java.lang.IllegalArgumentException: argument type mismatch解决方案
- struts2 type="redirect"该如何处理
- 'http://reg.163.com/login.jsp?type=1&url=http://entry.mail.163.com/coremail/fcg/,该如何处理
- 小弟我在网下找的图片验证码,小弟我这个页面的值<input type="text">如何传不到Servlet里面去,请高手瞧瞧
- streams type cannot be used in batching,该如何解决
- unsupported content type in editor解决思路
- Cannot find any information on property 'cipher' in a bean of type 'xx.JiamiBean解决思路
- Only a type can be imported. com.mysql.jdbc.Driver resolves to a package解决方案
- 请问:org.apache.jasper.JasperException: Cannot find any information on property 'userPhone' in a bean of type 'Bean.Sender'
- spring3报错'sessionFactory' or 'hibernateTemplate' is required,该怎么解决
- 那位高手帮小弟我看下这个有关问题Cannot convert value of type [] to required type [] for property 'ba
- 关于Nokia MMS Library 包包 发彩信的有关问题,请大侠们拔刀相助
- MIDlet cannot be resolved to a type,该怎么解决
- MyEclipse8.5 java.lang.UnsatisfiedLinkError: no license in java.library.path,该如何解决
- SonyEricsson_W800 Couldn't load zayitlib.dll library?解决思路
- 创建本地文件异常“ Root is not accessible”请高手指教
- 怎样用android重写j2me,player里的createPlayer(InputStream stream, String type)解决方案
- No tag library could be found with this URI解决办法
- java.lang.IllegalArgumentException: argument type mismatch,该如何解决
- <input type="file" name="filename">该如何处理
- <input type="file" name="filename">解决方法
- Eclipse导入工程后,XDoclet异常:Missing library: xdoclet-1.2.1.jar. Select the home direc
- The public type MyPanel must be defined in its own file,该如何处理