How can you speed up Eclipse?

后端 未结 30 2582
甜味超标
甜味超标 2020-11-22 06:04

How can you make the experience with Eclipse faster?

For instance: I disable all the plugins I don\'t need (Mylyn, Subclipse, …).<

30条回答
  •  迷失自我
    2020-11-22 07:04

    Make sure that you're using the Sun JVM to run Eclipse.

    On Linux, particularly Ubuntu, Eclipse is installed by default to use the open source GCJ, which has drastically poorer performance. Use update-alternatives --config java to switch to the Sun JVM to greatly improve UI snappiness in Eclipse.

提交回复
热议问题