Ubuntu software is added to the starter to establish its own starter, and added to the system application for unified management, the system does not provide this function (it is obvious that the current design is only a half-product, such a common function is not provided by default ). Www.2cto.com 1. In the/usr/share/applications directory, create the eclipse starter configuration file cd/usr/share/applicationsvim eclipse. desktop2. edit eclipse. desktop and save it. Simple configuration example: java code [Desktop Entry] Version = 1.0 Name = eclipse Exec =/home/su/eclipse Terminal = false Icon =/home/su/eclipse/icon. xpm Type = Application Categories = Development www.2cto.com and then you can find eclipse in "programming" of "Application". Generally, the Name and Exec sections must be set. Categories indicates classification, type indicates the Type, which is also recommended. You can decide whether to set the other part. 2. Save it as an Eclipse. desktop file and copy it directly to the/usr/share/applications directory. Sudo cp ~ /Eclispe. desktop/usr/share/applications/Note: if you do not know how to set some parameters, you can find the existing desktop files in the/usr/share/applications directory for reference!