ubuntu下为Intellij IDEA 添加启动器

前端之家收集整理的这篇文章主要介绍了ubuntu下为Intellij IDEA 添加启动器前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

先进入到applications文件夹下

cd /usr/share/applications

然后

sudo gedit idea.desktop

粘贴内容

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=IntelliJ IDEA
GenericName=Java IDE
Comment=IntelliJ IDEA is a code-centric IDE focused on developer    productivity. The editor deeply understands your code and knows its way around the codebase,makes great suggestions right when you need them,and is always ready to help you shape your code.
Exec=/usr/local/lib/idea/bin/idea.sh
Icon=/usr/local/lib/idea/bin/idea.png
Terminal=false
Type=Application
Categories=Development;IDE
红色部分对应的是你的idea.sh文件的地址,然后保存即可
原文链接:https://www.f2er.com/idea/351946.html

猜你在找的IDEA相关文章