Install and Use NetBeans 6.9 part 1

 

 

 

What do we have in this session 1?

 

 

 

 

  1. Download and Install NetBeans 6.9.1

------------------------------------------------------------------

  1. Launching and Using NetBeans

  2. NetBeans Update Prompt

  3. Building a Simple Java Web Application Sample

  4. Creating the Entity Class and Session Facade

  5. Creating the Entity Class

  6. Creating the Session Façade

  7. Creating the JSF Managed Bean and JSF Pages

  8. Creating the Managed Bean

  9. Modifying the Index.xhtml Page

  10. Creating the Results Page

  11. Running the Application

  12. Rectifying Some Errors

 

In this brief tutorial we are going to install NetBeans 6.9.1 on Windows XP Pro and then, we are going to build a sample Java web application. The specifications used in this tutorial are:

  1. Windows XP Pro SP2 OS

  2. NetBeans 6.9.1

  3. Java EE 6

  4. Java JDK 1.6.0

  5. GlassFish web server v3

  6. Java DB database

  7. Internet Browser

 

Download and Install NetBeans 6.9.1

 

Please download the latest NetBeans at netbeans.org. In this case we have downloaded the all version that contains all the components. Double click the NetBeans executable.

 

The netbeans executable file ready for installation

 

 

Dismiss the Windows Security Warning message by clicking the Run button.

 

The windows security warning prompt

 

The NetBeans installer should be launched and start the installation.

 

The netbeans IDE installer starts configuring

 

Just wait the next instruction from the installation wizard.

 

NetBeans installer almost finish configuring the IDE installation

 

From the welcome installation page, click the Customize button. We will select all the component for this installation. Take note that similar to other installation, you can still re-install other components later.

 

NetBeans IDE Installer: the NetBeans IDE packages and runtimes chosen for installation

 

Select Apache Tomcat 6.0.26 (or the version shown on your installation). Please select all the components. Click OK and click Next.

 

 

 

 

 

 

-----------------------------------------------------

NetBeans IDE Installer: the NetBeans IDE packages and runtimes customization

 

Accept the License Agreement and click Next.

 

NetBeans IDE Installer: agreeing the license agreement

 

Set the NetBeans installation and the JDK folder or just select the default given as in this case. Click Next.

 

NetBeans IDE Installer: setting the netbeans and JDK installation paths

 

Select the GlassFish web server installation folder or just select the default given and click Next.

 

NetBeans IDE Installer: setting the GlassFish web server installation path

 

Select the Apache tomcat installation folder or just select the default given and click Next.

 

NetBeans IDE Installer: setting the apache Tomcat web server installation path

 

If you already satisfied with the chosen installation settings, click Finish. If you want to change any settings, click Back button.

 

 

 

 

 

------------------------------------------------------------

NetBeans IDE Installer: NetBeans installation summary

 

The installation should begin.

 

NetBeans IDE Installer: NetBeans installation begins

 

NetBeans IDE Installer: NetBeans base IDE installation begins

 

Click Finish when the installation was completed successfully. If there are any errors, there should be error or warning messages.

 

NetBeans IDE Installer: the NetBeans IDE setup was completed successfully

 

 

 

 

 

< Java and Friends | NetBeans and Java Web 2 >

 

 

 

 


NetBeans and Java Web 1 | NetBeans and Java Web 2 | NetBeans and Java Web 3 | NetBeans and Java Web 4 | NetBeans and Java Web 5 | NetBeans and Java Web 6 | NetBeans and Java Web 7 | NetBeans and Java Web 8 | Java and Friends