Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于我在 Eclipse 中安装了 Android 插件,所有 JDK 类都会显示两次,例如,有StringBuilderfromjava-7-oracle和 from android-7。这很烦人,我很想隐藏其中一个(手动或基于当前项目)。
StringBuilder
java-7-oracle
android-7
使用两个工作区或两个完全不同的 Eclipse 安装也可以,只要它工作正常。最佳做法是什么?
我发现我的问题被误解了:当我调用“Open Type”(ctrl-alt-t)时,我会多次列出所有 JDK 类。有机会修复吗?
这很容易,您可以在 ecrise 中按项目设置您的 JDK 版本。请看以下步骤
这样您就可以为不同的项目设置带有 JDK 版本的项目。