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.
Copyright © 2021 Jogjafile Inc.
Try the following in your terminal:
$ eclipseYou 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
-nosplashflag, Eclipse will start without showing a splash screen$ eclipse -nosplashThese flags may also be helpful when writing scripts or using a custom Java VM when launching Eclipse.