myeclipse导入项目出现的错误

myeclipse导入项目时出现的错误:
(一)Cannot return from outside a function or method
解决方法:在所建立的工程项目中右键单击,找到myeclipse-->Exclude Form Validation单击一下,打上√

解决方法:

(1)将window->preferences->java-compiler中的Compiler compliance level修改为相应的版本,如:1.6

(2)右键项目“Properties”,在弹出的“Properties”窗口左侧,单击“Project Facets”,打开“Project Facets”页面。

在页面中的“Java”下拉列表中,选择相应的版本,如:1.6

如果在下拉列表中无法找到以上相同的版本,那么请找到项目所在的目录,在.settings子目录里面,用文本编辑器打开org.eclipse.wst.common.project.facet.core.xml配置文件,修改 java version属性参数,如下:

<?xml version="1.0" encoding="UTF-8"?>

<faceted-project>

<fixed facet="wst.jsdt.web"/>

  <installed facet="java" version="1.6"/>

  <installed facet="jst.web" version="2.5"/>

  <installed facet="wst.jsdt.web" version="1.0"/>

</faceted-project>

(三)Access restriction: The type BASE64Encoder is not accessible due to restrict

解决方法:

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


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值