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 SDK 包的一部分重新安装后,每次单击不同 java 或 xml 文件的选项卡时都会出现延迟。在此延迟期间,我看到几个按钮从工具栏中出现和消失了几次。
这两个图标看起来像一个带有紧腰带的文件,以及一个顶部带有刷新符号的文件。
如果我通过在包资源管理器中双击文件来切换文件,无论文件是否已经打开,都没有延迟。
是什么导致了这种延迟,我该如何阻止它?
转到eclipse.ini文件,将以下内容从 更改1.5为1.6从Dosgi.requiredJavaVersion=1.5到-Dosgi.requiredJavaVersion=1.6。
eclipse.ini
1.5
1.6
Dosgi.requiredJavaVersion=1.5
-Dosgi.requiredJavaVersion=1.6