NetBeans IDE 6.7 Java Quick Start Tutorial
6
pages
English
Documents
Le téléchargement nécessite un accès à la bibliothèque YouScribe Tout savoir sur nos offres
6
pages
English
Documents
Le téléchargement nécessite un accès à la bibliothèque YouScribe Tout savoir sur nos offres
Publié par
Langue
English
NetBeans IDE Java Quick Start Tutorial
Welcome to NetBeans IDE!
This tutorial provides a very simple and quick introduction to the NetBeans IDE workflow by walking you through the
creation of a simple "Hello World" Java console application. Once you are done with this tutorial, you will have a general
knowledge of how to create and run applications in the IDE.
This tutorial takes less than 10 minutes to complete.
After you finish this tutorial, you can move on to the learning trails, which are linked from the Documentation, Training &
Support page. The learning trails provide comprehensive tutorials that highlight a wider range of IDE features and
programming techniques for a variety of application types. If you do not want to do a "Hello World" application, you can
skip this tutorial and jump straight to the learning trails.
Contents
Setting Up the Project
Adding Code to the Generated Source File
Compiling and Running the Application
Building and Deploying the
Next Steps
To complete this tutorial, you need the following software and resources.
Software or Resource Version Required
NetBeans IDE version 6.7
version 6 orJava Development Kit (JDK) 5
Setting Up the Project
To create an IDE project:
1. Start NetBeans IDE.
2. In the IDE, choose File > New Project (Ctrl-Shift-N), as shown in the figure below.
3. In the New Project wizard, expand the Java category and select Java Application as shown in the ...
Publié par
Langue
English