In the previous post had given the news about the release of version Final
Netbeans 6.0. And surfing the net a bit, I saw that there are many who do not know how to install this magnificent IDE (Integrated Development Environment) from the file extension. Sh is available for operating systems GNU / Linux.
Thus, this paper will describe briefly, and step by step ", the way how to install Netbeans IDE 6.0 on your favorite Linux distribution, including Ubuntu.
But first, it is important to note that, for proper or optimal functioning should be considered the system requirements, taking into account, of course-the minimum requirements in terms of Hardware and Software concerns.
Among the most important, to avoid installation problems, is to have our system installed in the Java SE JDK version 1.5.0_14 (5, Update 14) or higher (including JDK 6, Update 3).
Let's go to the above:
1) Download Netbeans
As is already known, NetBeans is characterized by providing "packages" downloads, which are not other things that the base of the IDE with additional tools, which categories are: Web & Java EE, Mobile Applications, Java SE, Ruby, C / C + +, all in one (full version).
As in the first instance, we downloaded the file varies according to the particular needs of each. Personally, I recommend downloading the full version (all packages) to make it available at any time.
can download the full version with:
~ / $ wget-c descargas/netbeans6.0 http://download.netbeans.org/netbeans/6.0/final/bundles/netbeans-6.0-linux.sh
2) Installing NetBeans
2.1) Once downloaded the file, proceed to execute it as follows:
~ / $ sudo descargas/netbeans6.0 netbeans-6.0-bash linux.sh
Notes that, if all goes well, will have output like this in the terminal:
~ / $ sudo bash descargas/netbeans6.0 netbeans-6.0-linux.sh
Password :
Configuring the installer ...
Searching for JVM on the system ...
Extracting installation data ... Running the installer wizard
...
And then, you get the wizard that will guide you through installation.
2.2) note that the default installation of the full version, install all packages:
If you only need one package individual, such as Web development and Java EE, or otherwise do not have much disk space, proceed to customize the installation by clicking on Customize ...
so selected packages required for Web Development with Java EE + Apache Tomcat.
2.3) Accept the License.
Since NetBeans is governed by the terms of the GNU GPL V2, we can not agree more ;-)
accept it
2.4) Installation Folder.
note the default location for the installation of NetBeans is / usr/local/netbeans-6.0 , we can change it if they want.
Similarly, if we have two or more can choose JDK's right for our IDE.
As we choose to install Tomcat (in preferences), we can change the location of the folder that has by default.
2.5) begin the installation
For that, see a summary of what will be done in the installation and immediately start it.
If all Installation went well, then observe:
3) Running NetBeans
Once installation is complete (in the folder you specified), run the IDE.
Assuming the installation folder is not changed, execute the following:
~ $ / usr/local/netbeans-6.0/bin/netbeans
Simple, right ?
now to schedule! xD
0 comments:
Post a Comment