要记得先安装 Oracle Java.
http://jasonmun.blogspot.com/2015/08/ubuntu.html
下载 Eclipse / NetBeans 时也要注意下载的版本
必须跟你的 OS 版本 Type 一样,
即 32 bits 对 32 bits, 64 bits 对 64 bits
Eclipse
https://www.eclipse.org/downloads/
将 eclipse-jee-neon-1a-linux-gtk-x86_64.tar.gz 下载到 ~/Downloads
$ cd ~/Downloads
安装
$ tar zxvf eclipse-*.tar.gz
$ sudo mv eclipse /opt
$ sudo gedit ~/.local/share/applications/opt_eclipse.desktop
将以下写入 opt_eclipse.desktop 中,
那 Unity 就可以 search 到这个软件了
[Desktop Entry]
Type=Application
Name=Eclipse Neon
Comment=Eclipse Integrated Development Environment
Icon=/opt/eclipse/icon.xpm
Exec=/opt/eclipse/eclipse
Terminal=false
Categories=Development;IDE;Java;
StartupWMClass=Eclipse
卸载的话, 只需要将 eclipse 这文件夹撤除即可.
$ sudo rm -rf /opt/eclipse
NetBeans
https://netbeans.org/downloads/
将 netbeans-8.2-linux.sh 下载到 ~/Downloads
$ cd ~/Downloads
安装
$ chmod u+x netbeans-8.2-linux.sh
$ ./netbeans-8.2-linux.sh
卸载的话, 只需要到 netbeans-8.2 装目录中运行
$ cd netbeans-8.2
$ ./uninstall.sh
没有评论:
发表评论