메뉴만들기
sudo gedit /usr/share/applications/eclipse.desktop
With this contents
[Desktop Entry] Encoding=UTF-8 Name=Eclipse Comment=Eclipse IDE Exec=eclipse Icon=eclipse Terminal=false Type=Application Categories=GNOME;Application;Development; StartupNotify=true
After executing this command, you can run from the menu item
applications/programming/eclipse
http://www.hui-wang.info/?p=117

