Why doesn't my executable execute when I click on it?
Fresh3 days ago
Mar 15, 202627140 viewsConfidence Score0%
0%
Problem
Why does it seems like I can't open A executable file created on C++ by double clicking it. I have a file that I ran from an IDE an I would like to know if there is a Way to set that file to Open the terminal when clicking it just like an .exe file on windows will do. Possibilities: A C++ code I co…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Why doesn't my executable execute when I click on it?
Low Risk
I would expect that you need to set the the "executable" bit on the file that is output by the Linux C++ compiler, I do not think this is done by default for security reasons. Simply "cd" to the directory that your generated executable is in then Re…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix