本文介绍了Eclipse Build Path不可用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我右键单击我想包括的其中一个jar时,构建路径选项不可用。有人知道为什么谢谢!我使用的Eclipse版本是
Eclipse SDK
版本:3.7.1
构建ID:M20110909-1335

The build path option is not available when I right clicked on one of the the jars I wanted to include. Anybody knows why? Thanks! The Eclipse version I am using is
Eclipse SDKVersion: 3.7.1Build id: M20110909-1335

推荐答案

点击项目,选择属性。在Java构建路径中,转到库选项卡,然后单击添加JAR将工作区的jar包含在Java项目的构建路径中。

Right click on the project, choose 'Properties'. In 'Java Build path', go to the 'Libraries' tab, and click on 'add JARs' to include jar of the workspace in the build path of your Java project.

这篇关于Eclipse Build Path不可用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-22 07:12