问题描述
我正在使用Eclipse Oxygen.2(4.7.2)和Java 9.0.4。我通过右键单击>构建路径>配置构建路径...>库创建了一个项目。所有按钮都被禁用,例如添加JAR ,*添加外部JAR ...等:
I am using Eclipse Oxygen.2 (4.7.2) and Java 9.0.4. I created a project via right-click > Build Path > Configure Build Path... > Libraries. All buttons are disabled like Add JARs, *Add External JARs..., etc.:
请帮助我解决此问题。
Please help me to solve this issue.
推荐答案
您首先必须选择 Modulepath 或 Classpath 。
You first have to select either Modulepath or Classpath.
Modulepath 是Java 9的新事物(在这里您可以观看)。自Eclipse Oxygen.1a(4.7.1a)(2017年10月11日)以来就存在。如果有疑问,我建议选择 Classpath 。
The Modulepath is a very new thing for Java 9 (here you can watch a short video how it can be used). It exists since the Eclipse Oxygen.1a (4.7.1a), October 11, 2017. In case of doubt, I recommend selecting Classpath.
这篇关于Eclipse:在“库”选项卡中,所有按钮均被禁用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!