当前位置: 代码迷 >> Eclipse >> The import org.eclipse cannot be resolved,该如何处理
  详细解决方案

The import org.eclipse cannot be resolved,该如何处理

热度:111   发布时间:2016-04-23 13:29:06.0
The import org.eclipse cannot be resolved
Java code
import org.eclipse.jface.action.StatusLineManager;import org.eclipse.jface.action.ToolBarManager;import org.eclipse.jface.window.ApplicationWindow;import org.eclipse.swt.SWT;import org.eclipse.swt.events.SelectionAdapter;import org.eclipse.swt.events.SelectionEvent;import org.eclipse.swt.graphics.Point;import org.eclipse.swt.widgets.Button;import org.eclipse.swt.widgets.Composite;


错误提示:
The import org.eclipse cannot be resolved

我只是装了jdk和eclipse ide for j2ee developers
我是不是缺了什么没装好啊,所以会有那个错误?

------解决方案--------------------
重新导入你的工程试下
或者重装你的eclipse

这个问题可能是你的项目拷贝来拷贝去,导致一些包有加栽有点问题,你可以重新配置下包中加栽的包的路径
------解决方案--------------------
探讨
我用的是Eclipse3.4 英文版,我现在想把当前的Project close掉,然后导入另一个Project,可是我点Open Project的时候又打开了原来的Project,怎么办啊?
  相关解决方案