Akhil Akkapelli
Akhil Akkapelli

Reputation: 176

Eclipse Plugin Build Path Issues - Missing Required Libraries

I am facing build path issues while trying to use an old Eclipse plugin called jrmtool_v1.0.0 on Eclipse SDK 4.3 for Linux (gtk-x86_64). The errors I am encountering are as follows:

1\. Project 'eclipse jRMTool4' is missing required library: '/home/akhil/Downloads/Softwares/Eclipse/eclipse/plugins/org.eclipse.jface.text_2.1.0/jfacetext.jar'

2\. Project 'eclipse jRMTool4' is missing required library: '/home/akhil/Downloads/Softwares/Eclipse/eclipse/plugins/org.eclipse.jface_2.1.0/jface.jar'

3\. Project 'eclipse jRMTool4' is missing required library: '/home/akhil/Downloads/Softwares/Eclipse/eclipse/plugins/org.eclipse.swt.win32_2.1.0/ws/win32/swt.jar'

4\. Project 'eclipse jRMTool4' is missing required library: '/home/akhil/Downloads/Softwares/Eclipse/eclipse/plugins/org.eclipse.text_2.1.0/text.jar'

5\. Project 'eclipse jRMTool4' is missing required library: '/home/akhil/Downloads/Softwares/Eclipse/eclipse/plugins/org.eclipse.draw2d_2.1.1/draw2d.jar'

6\. Project 'eclipse jRMTool4' is missing required library: '/home/akhil/Downloads/Softwares/Eclipse/eclipse/plugins/org.eclipse.core.boot_2.1.0/boot.jar'

7\. Project 'eclipse jRMTool4' is missing required library: '/home/akhil/Downloads/Softwares/Eclipse/eclipse/plugins/org.eclipse.core.resources_2.1.0/resources.jar'

8\. Project 'eclipse jRMTool4' is missing required library: '/home/akhil/Downloads/Softwares/Eclipse/eclipse/plugins/org.eclipse.jdt.core_2.1.0/jdtcore.jar'

9\. Project 'eclipse jRMTool4' is missing required library: '/home/akhil/Downloads/Softwares/Eclipse/eclipse/plugins/org.eclipse.ui.views_2.1.0/views.jar'

10\. Project 'eclipse jRMTool4' is missing required library: '/home/akhil/Downloads/Softwares/Eclipse/eclipse/plugins/org.eclipse.ui.workbench_2.1.0/workbench.jar'

11\. Project 'eclipse jRMTool4' is missing required library: '/home/akhil/Downloads/Softwares/Eclipse/eclipse/plugins/org.eclipse.ui.editors_2.1.0/editors.jar'

12\. Project 'eclipse jRMTool4' is missing required library: '/home/akhil/Downloads/Softwares/Eclipse/eclipse/plugins/org.eclipse.core.runtime_2.1.0/runtime.jar'

13\. Project 'eclipse jRMTool4' is missing required library: '/home/akhil/Downloads/Softwares/Eclipse/eclipse/plugins/org.eclipse.ui.workbench.texteditor_2.1.0/texteditor.jar'

14\. The project cannot be built until build path errors are resolved.

Can someone provide guidance on how to properly resolve these build path errors and successfully use the jrmtool_v1.0.0 plugin with Eclipse SDK 4.3?

Upvotes: 0

Views: 41

Answers (0)

Related Questions