I am relatively new to Eclipse. When I build my project in Eclipse, I always press Ctrl+F11. This will build the corresponding project and start application when editing a java file, but when you do that while editing xml file, it will create new “out.xml”. Is there any way to instruct Eclipse not to do that? Stupid me but I had to delete the unwanted file about 10 times a day.
Share
Assuming you have a recent version of eclipse.
Ctrl + F11 will by default try to launch the selected resource. You can change this under
Window->Preferences->Launching
to always launch the last thing you launched.