`
anysky131
  • 浏览: 171704 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

linux下安装NetBeans 6.0

阅读更多
linux下安装NetBeans 6.0
2007-10-26 20:25
昨天在Javaeye上看到NetBeans 6.0的Beta2出来了,就安装了一个,我安装的主要是集成Ruby开发环境的IDE,总结一下安装的过程。
1、安装NetBeans需要的软件环境:

“NetBeans IDE runs on the J2SE (Java SE Development Kit) JDK 5.0 Update 12 and higher (including JDK 6.0 Update 1), which consists of the Java Runtime Environment plus developer tools for compiling, debugging, and running applications written in the Java language.

jdk下载地址:http://java.sun.com/javase/downloads/
我下载了一个,jdk-6u3-linux-i586-rpm.bin安装方法如下:
--> sudo chmod 755 jdk-6u3-linux-i586-rpm.bin
--> sudo ./jdk-6u3-linux-i586-rpm.bin
然后安装就行了。
2、首先下载NetBeans 6.0的文件下载地址是:http://www.netbeans.org/community/releases/60/index.html
我下载的是netbeans-6.0beta2-ruby-linux.sh。
在shell中输入以下命令:
# chmod 755 netbeans-6.0beta2-ruby-linux.sh
# ./netbeans-6.0beta2-ruby-linux.sh
然后就是一步一步的安装,我装的这个是英文版的。
3、卸载JDK的方法,下面是SUN上的参考资料:

Uninstalling the J2SE JDK 5.0 and NetBeans IDE 5.5.1 Software Bundle from Linux Machines

Each product in the bundle can be uninstalled separately.

To uninstall NetBeans IDE 5.5.1:

  1. Navigate to the _uninst subdirectory of your NetBeans IDE installation directory.
  2. Type ./uninstaller to run the InstallShield uninstaller.

To uninstall J2SE JDK 5.0:

  1. Navigate into the _uninst subdirectory of your JDK installation directory.
  2. Type ./uninstall.sh to run the uninstaller.
网址:http://java.sun.com/j2se/1.5.0/install_jdk1.5_13-nb5.5.1_ml.html

起初下载了一个jdk-1_5_0_13-nb-5_5_1-linux-ml.bin,一个集成了NetBeans的JDK,但是安装完成之后中文全部显式乱码,无奈之下将这个JDK卸载了,然后又下载了一个没有集成NetBeans的JDK,然后就OK了,现在正在使用。感觉还不错。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics