I used
sudo apt-get install eclipse eclipse-cdt g++
to install eclipse for c/c++, but I don't know what command runs it.
I used
sudo apt-get install eclipse eclipse-cdt g++
to install eclipse for c/c++, but I don't know what command runs it.
Try the following in your terminal:
$ eclipse
You may also be interested in various command-line flags or parameters you can pass to Eclipse. The documentation does a good job at explaining these.
For example, with the -nosplash
flag, Eclipse will start without showing a splash screen
$ eclipse -nosplash
These flags may also be helpful when writing scripts or using a custom Java VM when launching Eclipse.
just write
eclipse
in terminal.