How can you speed up Eclipse?

后端 未结 30 2570
甜味超标
甜味超标 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 06:50

    If you use Maven and ivy do check out their consoles in case they are hogging processing during builds. I use ivy and on top of that I have certain JAR files (internal) changing with same version, so it has to workout all the time to fetch them.

    If you have defined you project on a network drive then you will also experience lag during build/read/write type of processes.

    • Disable/uninstall plugins you don't need.

    • Close perpective that you don't need

    • Close unused database connections

提交回复
热议问题