Search code examples
linuxeclipse-cdtfedorabinaryfiles

Where is the binary file, "Eclipse C/C++ Stand-alone Debugger" on fedora 29 Linux


System: fedora 29 workstation.

I want to learn C language , I installed Eclipse on fedora $ sudo dnf install eclipse eclipse-cdt , when I ran the first time Eclipse, it showed those windows.

enter image description here

And always when I run "Eclipse" it shows those windows first.
What does this mean?, where is the binary file?


Solution

  • Ona fedora 29 workstation, after run the followings commands:

    $ sudo dnf install eclipse eclipse-cdt
    

    You will have 2 application's icon of Eclipse.

    enter image description here

    For both java language and C/C++ language, select the icon that says "Eclipse" .