我下载了jdk-7u25-nb-7_3_1-linux-x64.sh和netbeans-7.3.1-linux.sh。
我安装了JDK (它与NetBeans Base捆绑)
sudo sh jdk-7u25-nb-7_3_1-linux-x64.sh我选择了安装文件夹/opt/jdk_xxx/和/opt/ NetBeans _xxx/ (我真的不希望将程序安装到主目录),在安装之后,我看不到任何NetBeans IDE午餐的快捷方式。
我还尝试使用以下方法安装NetBeans IDE (完整包)
sudo sh jdk-7u25-nb-7_3_1-linux-x64.sh但是在安装之后,我仍然看不到程序的快捷方式,我也不知道如何自己创建快捷方式。
接下来该怎么办?还是我做错什么了?
谢谢。
发布于 2013-12-17 17:07:57
[Desktop Entry]
Encoding=UTF-8
Name=NetBeans IDE 7.3
Comment=The Smarter Way to Code
Exec=/bin/sh "path to your netbeans installation" e.g(/opt/netbeans-7.3/bin/netbeans)
Icon=/opt/netbeans-7.3/nb/netbeans.png
Categories=Application;Development;Java;IDE;Programming;DeveloperTools;
Version=1.0
Type=Application
Terminal=0
TargetEnvironment=Unity将此文件保存为netbean<version code>.desktop。然后保存到/home/user/.local/share/applications目录
https://askubuntu.com/questions/351807
复制相似问题