eclipse项目缺少必需的库_在Eclipse项目中找不到特定库

黄景胜
2023-12-01

我刚刚下载了一个我正在尝试在我的机器上构建的FOS(Java)项目。我将项目导入Eclipse(它没有自己的.project或.classpath文件)并让它构建。它建成

几乎

一路走来。但是,当编译器“无法解析[X]时,我收到了许多错误,其中[X]是任何数量的org.eclipse.*包。

因此,我浏览我的文件系统并尝试引入有意义的包来完成构建(如果错误是针对org.eclipse.core.runtime.filelocator的,我尝试引入org.eclipse.core.runtime_3.5.0v20090525),但是我仍然收到相同的错误。

我在谷歌上搜索过,但我并没有比刚开始的时候走得更远。有人有什么建议吗?

编辑

:项目是

UMLet

.

编辑2

有一个

插件

文件。如下所示:

name="UMLet diagram"

icon="icons/umlet_eclipse.gif"

category="com.umlet.plugin"

class="com.umlet.plugin.wizards.UMLetNewWizard"

id="com.umlet.plugin.wizards.UMLetNewWizard">

point="org.eclipse.ui.editors">

class="com.umlet.plugin.editors.UMLetEditor"

contributorClass="com.umlet.plugin.editors.UMLetContributor"

default="false"

extensions="uxf"

icon="icons/umlet_eclipse.gif"

id="com.umlet.plugin.UMLetEditor"

name="UMLet Editor"/>

 类似资料: