How to Install Apache NetBeans 11.0 for JDK 11.0.2 or higher on Windows 10 x64.

preview_player
Показать описание
This video shows you how to install Apache NetBeans IDE 11.0 for Java Development Kit 11.0.2 on Windows 10 x64.

I assumed that you have already installed the JDK (Java Development Kit) version 11.0.x. In this example,
C:\Program Files\Java\jdk-11.0.2.

1. Install NetBeans IDE 11.0 for JDK 11 or later

- You need to unzip the downloaded archive to C:\Program Files.
C:\Program Files\netbeans

- Go to C:\Program Files\netbeans\bin folder, where you will see the files:
netbeans

- On 64-bit systems, choose whether you want the shortcut to appear on your Desktop.

2. Set Up the Project Start NetBeans IDE.

- In the IDE, choose File ... New Project

- In the New Project wizard, expand the Java category and select Java Application. Then click Next.

- In the Name and Location page of the wizard, type your project name in the Project Name field.

- Click Finish.

3. Add Code to the Generated Source File.

- You can add the "Hello World" message to the generated code by replacing the line.

4. Compiling and Running the Program.

- Because of the NetBeans IDE's Compile on Save feature, you do not have to manually compile your project in order to run it in the IDE. When you save a Java source file, the IDE automatically compiles it.
Рекомендации по теме
Комментарии
Автор

Thank you very much. A good demo for installing NetBeans 11 with basic configuration setting and a sample code testing.
Ensure unzipping (for the above step 1) in the C:\Program File, try with WinRAR, if other unzip utilities fail to get all of the sub-folders needed for this installation.
Very much appreciate if you can provide some basic PHP Tutorials using NB-11 with Yii-Framework and XAMPP.

nagarajuogoti
Автор

Thank You So Much sir, Its Very Very Very Helpfull For Me, Thanks A Lot Again Sir..

sanjaymehra
Автор

i got this issue
Warning - could not install some modules: Nashorn Integration - No module providing the capability could be found. 7 further modules could not be installed due to the above problems.

ShubhamSharma-dzbr