300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > netbeans linux 安装教程 linux下安装NetBeans 6.0

netbeans linux 安装教程 linux下安装NetBeans 6.0

时间:2021-10-11 11:20:14

相关推荐

netbeans linux 安装教程 linux下安装NetBeans 6.0

昨天在

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下载地址:/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的文件下载地址是:/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:

Navigate to the _uninst subdirectory of your NetBeans IDE installation directory.

Type ./uninstaller to run the InstallShield uninstaller.

To uninstall J2SE JDK 5.0:

Navigate into the _uninst subdirectory of your JDK installation directory.

Type ./uninstall.sh to run the uninstaller.

网址:/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了,现在正在使用。感觉还不错。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。