Netbeans installation tutorial and configuration details. There is no jdk when installing netbeans

 lihan November 22, 2022 17:01:38 operating system comment five hundred and sixteen one Reading mode

Netbeans is a very practical software development tool. The page performance is very convenient, and it can reduce the amount of code typing. It is a necessary and useful tool for beginners. Some people do not know how to install NetBeans. Today, let's take a detailed look at how to install NetBeans, and the detailed steps.

netbeans安装教程与配置详解,安装netbeans提示没有jdk

NetBeans installation method tutorial

1. First install JDK, which is the required step for successful installation of Netbeans. Download the installation package on www.oracle.com

2. Double click the "NetBeans" installation package, wait for the configuration to complete, and enter the installer interface.

3. Click "Customize" on the interface to enter the "Custom Installation" interface, and check the installation package and runtime that we need to install.

4. Click "Next" to enter the agreement acceptance interface, and check "I accept the terms in the license agreement".

5. Click "Next" to enter the path setting interface and select the installation path.

If the JDK is installed, it will be displayed directly. If the JDK is not installed first, then install it.

6. Click "Next" to enter the GlassFish server installation path setting interface (this step will be set if checked during custom run).

7. Click "Next" to enter the Tomcat server installation path setting interface (this step will be set if checked during custom run).

8. Click "Next" to check whether the path setting is correct, and remove the "Check for updates" option.

9. If there is no problem with the settings, click "Install" to enter the installation progress interface and wait for the installation to complete.

10. To complete the installation, remove the "Help improve NetBeans projects by providing anonymous usage data" and click "Finish".

Installing netbeans prompts that there is no jdk

1. Reinstall the jdk, configure the environment variables, and restart the computer

2. Check whether the jdk version is incompatible with the nb version

3. Install under the dom and specify the jdk path

What are the advantages and disadvantages of NetBeans

Disadvantages: NetBeans uses pure Java development and uses Swing library to write GUI, so the interface color is dark, which is different from native programs. You may not get used to it at first. If you use JDK 1.5.0 to load, its enhanced Swing library will make the NetBeans interface look more comfortable.

Advantages: NetBeans are basically online documents, including online help, IDE user guide, quick learning guide, support and documents. In addition, it has the Javadoc document index search function. The main interface of NetBeans is highly Chinese educated. Online documents are also available in Chinese. It directly provides the function of adding internationalization support to programs. NetBeans supports Servlet 2.4 and JSP 2.0

Netbeans is very convenient and helpful for novices. It can use the functions well, and may not be used to it at the beginning. However, after using it for several times, it becomes better and better. If you don't know how to install it, please refer to the above process.

 lihan
  • This article is written by Published on November 22, 2022 17:01:38
  • This article is collected and sorted by the website of Mutual Benefit, and the email address for problem feedback is: wosnnet@foxmail.com , please keep the link of this article for reprinting: https://wosn.net/12352.html

Comment