Eclipse The import java.math cannot be resolved 错误

现象 :eclipse 提示如下错误。

The import java.math cannot be resolved
The import java.sql cannot be resolved
The import java.util cannot be resolved

问题原因: jdk 类库没有找到。

解决办法: 依次做如下操作,Windows  -> Prefrence -> Java Build Path -> Libraries。

从上图我们看到错误提示:“JRE System Library” 提示错误,单击“Edit...” 按钮。

 

由于本机安装的是jdk1.6,所以选择“Workspace default JRE”, 修改后需要将工程清除再重新编译。

你可能感兴趣的:(eclipse,jdk,windows,System,import,library)