Sometime I forget to close my previous applet before I re-compile a new version. So I end up with multiple versions of my old applets hanging around in my dock.
Is there a way to tell Eclipse to close these old version before launching the new one?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, there isn’t such a feature on Eclipse. I’ve always have to stop the current running instance before starting a new one. Depending on the environment thought, sometimes saving the code files and refreshing the running instance will do the trick (like for example when running a GAE application) but i always better to start with a complete fresh execution to avoid inconsistencies.