Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在eclipse IDE中,快速助手帮助自动导入包包依赖。但是,有时单击所有错误以导入依赖包需要很长时间。
我怎样才能手动做到这一点?我的意思是,快速助手修改什么配置文件来添加依赖?
您可以更改保存操作以组织导入。
http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fpreferences%2Fjava%2Feditor%2Fref-preferences-save-actions.htm
您想要的操作是“组织导入”,也可以使用按键访问:Ctrl+Shift+o
我发现这Import-Package是MANIFEST.MF一个eclipse自动添加依赖文件的地方。
Import-Package
MANIFEST.MF