Eclipse中的Java Buildpath问题 [英] Problem with Java Buildpath in Eclipse

查看:302
本文介绍了Eclipse中的Java Buildpath问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在eclipse中,我有一个与我的构建路径相关的错误。



错误:

 项目'XX'缺少必需的库:'middlegen-2.1.jar'

但在构建路径配置之前,库已被删除。 p>

缓存可能有问题吗?



有没有人知道为什么eclipse说库是必需的即使图书馆在构建路径配置之前被删除。



With Best

解决方案

我想您已经从目录中删除了该库,但您尚未更新项目构建路径。右键单击项目名称,选择属性,转到Java构建路径,选择库选项卡,看到您的库不在列表中。如果它仍在该列表中,请使用删除按钮将其删除。


In eclipse I have an error related to my build path.

The error:

Project 'XX' is missing required library: 'middlegen-2.1.jar'

But the library is deleted before the build path configuration.

Is there perhaps a problem with cache or so?

Has anyone an idea why eclipse say that the library is required even though the library was deleted before the build path configuration.

With Best

解决方案

I guess you've deleted the library from a directory, but you've not updated the project Build Path. Right click on the project name, select "Properties", go to "Java Build Path", choose the "Libraries" tab, and see that your library is not in the list. If it's still in that list, remove it with the "Remove" button.

这篇关于Eclipse中的Java Buildpath问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆