Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse Run Background Problem(After Run .exe file runnig bacground I can not see)
icon8.gif  Eclipse Run Background Problem [message #1754372] Fri, 17 February 2017 02:00 Go to next message
Cemalettin Yılmaz is currently offline Cemalettin YılmazFriend
Messages: 1
Registered: February 2017
Junior Member
After Run .exe file runnig bacground I can not see

I checked task manager .my .exe file is still running but at background I can't see therefore I can't run second time because it is still running


index.php/fa/28490/0/



index.php/fa/28491/0/


How can I fix it ?
Re: Eclipse Run Background Problem [message #1754489 is a reply to message #1754372] Sat, 18 February 2017 17:22 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Windows won't let you modify a running executable.
So terminate it.
If the program is still running, then it is either in an infinite loop or waiting for input or another event.
If there is no means of communicating with it then you'll have to use the task manger.
If the program was started by Eclipse it normally would have a terminal.
There is a command within Eclipse to terminate it.
It shows up as a red square in the console view menu bar.
You can also add it to the tool bar using Window --> Prespective --> Customize Prespective





Previous Topic:Feature request: Arduino Plugin
Next Topic:Indexer does not recognise Macos frameworks correctly in a project created by CMake
Goto Forum:
  


Current Time: Tue Mar 19 03:07:46 GMT 2024

Powered by FUDForum. Page generated in 0.05151 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top