Tip: Quickly Restart Eclipse
There are times when you need to restart Eclipse (other than the obvious reasons)
- If you are running the IDE for days together, the IDE does become sluggish. A quick look at the memory occupied by Eclipse also is an indication to restart Eclipse
- If you install new plugins when the IDE is active/open, the new plugin functionality is not activated until you restart Eclipse.
The normal way to restart is to close the IDE (saving the workspace) and again run Eclipse.exe. If you have a shortcut, it would definitely help you to start Eclipse quickly.
However there is another easy way to restart Eclipse:
File -> Switch Perspective -> Choose your Current Workspace
If you use more of keyboard than mouse, you should do this:
Alt + F + W -> Select your current Workspace
This will quickly close Eclipse and restarts the IDE using the same workspace that you were working on.
If you have installed any new plugins, they will be loaded during the restart. (In some rare cases, the plugin might not load and hence you might have to do “eclipse -clean“)
Popularity: 100%

{ 4 comments… read them below or add one }
quote: “If you install new plugins when the IDE is active/open, the new plugin functionality is not activated until you restart Eclipse.” This is just wrong, you can apply changes to install the new plugins. Which might or might not work depending on the plugin, since it’s hard to write a fully dynamic enabled plugin.
John are you suggesting that its possible to activate the plugin without restarting eclipse. I am not sure what you are meaning by “apply changes”
I have never installed the plugin using update site, i am not sure if there an option there to apply changes. However if you install eclipse plugins by copying it to the eclipse plugins folder/or if you use the links concept, the only way to apply the changes is to restart eclipse. Please Do correct me if I am wrong.
Your “Quick Restart method” is actually much slower than making a proper exit and clicking a shortcut from quick launch bar.
Kapil, may i know on what basis you found this slower. I hope you didn’t run the stopwach and test it.
As I mentioned in the post, its quicker if you have a shortcut icon on the quicklaunch.
But switching workspace does the same thing,
Saves workspace
Restarts Eclipse with the selected workspace.
There is nothing which would make this process slower.
Leave a Comment