Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » "Run" Eclipse from Ubuntu desktop link error (missing error log )
"Run" Eclipse from Ubuntu desktop link error [message #1817155] Sat, 16 November 2019 15:41 Go to next message
Helen Keller is currently offline Helen KellerFriend
Messages: 173
Registered: June 2019
Senior Member
After clean install of Eclipse (2019-09) with only CDT added I cannot "run" it form Ubuntu desktop.
On top of that I get an error referring to a log file which does not exist.

Works as expected with another copy of Eclipse with CDT , TFC, EGIT added and into different workspace.

Normally I get "splash" logo, then request for selecting workspace and then same splash with "progress bar". Ends up with need to open Ubuntu Eclipse icon, not the app.

When it fails I never get into workspace selection , only reference to non existing error log file.

Re: "Run" Eclipse from Ubuntu desktop link error [message #1817157 is a reply to message #1817155] Sat, 16 November 2019 20:31 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
I see Linux and Ubuntu are on your learning list, too.

Files starting with "." are hidden from ordinary commands like "ls"
You can see them with ls -a (short list) or ls -al (long list)
You can also put it on the command line, e.g., ls -a .hiddenFile
Do man ls from a terminal.

If you've created an executable, you should be able to run it without Eclipse.
To run a command from the desktop requires a launcher.
Better to use a terminal or a launcher which retains error messages in case things go wrong.

[Updated on: Sat, 16 November 2019 20:31]

Report message to a moderator

Previous Topic:Indexer and Arduino headers
Next Topic:Add a new tab to C/C++ Build
Goto Forum:
  


Current Time: Thu Apr 25 17:10:19 GMT 2024

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

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

Back to the top