Install eclipse, but you need to find the directory or input the command to start it every time you open it, which is troublesome.
After finding it online, you can add it to the Application menu using the following method.
The Ubuntu menu items are saved in the/usr/share/applications directory,
Create eclipse. desktop,
Enter the following code on the terminal:
Sudo gedit/usr/share/applications/eclipse. Desktop
Add the following content to the file, and save and exit.
[Desktop entry]
Name = eclipse
Comment = C Project Manage Software
Exec =/home/zhangxiaonan/tools/Eclipse/eclipse (Note: This is the running program eclipse in the decompressed directory of eclipse)
Icon =/home/zhangxiaonan/tools/Eclipse/icon. XPM (Note: This is the icon in the decompressed directory of eclipse)
Terminal = false
Type = Application
Categories = gnome; GTK; office; eclipse
Click the application menu to find the eclipse icon.