个人工具

UbuntuHelp:Netbeans4.1onAMD64

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月14日 (一) 11:51的版本

跳转至: 导航, 搜索

HowToInstallNetbeans4.1(AMD64)

NetBeans is an integrated Java developing IDE that give you the posibility of making:

  • J2SE 5 projects
  • J2EE 1.4 projects, including apache tomcat server
  • ANT developing

This is a guide for instaling it on Ubuntu Breezer and AMD procesor.

Download sofware

We shold download this software:

  • JDK 5.0 Update 5 for amd64 here
  You have to accept the License Agreement and select Linux AMD64 self-extracting file
  • NetBeans IDE 4.1 Archive here
  Click on NetBeans IDE 4.1 Archive netbeans-4_1.tar.gz -> Next
  Accept the License Agreement

Install Software

Open a terminal

JAVA JDK

I will install the java at /usr/java/

The file has been downloaded to /home/[yourAccount]/downloads/


NETBEANS IDE

Move the file where you want to install. For example JavaDevelope


Running the IDE

If you are not in admin mode you should put sudo before calling the program

I use /usr/java/jdk.5.0_05/ because i have installed the java JDK there


Ready to Use

Now you can develope any java project!