安装IDE(Apache NetBeans )

1 打开Apache NetBeans网址:https://netbeans.apache.org/download/index.html
可以下载最新版的
2下载IDE之后,执行exe安装文件,然后找到安装路径下的目录“netbeans/bin”,这样就可以找到Apache NetBeans的可执行文件。
3 设置NetBeans中国区的镜像
NetBeans使用了Maven来管理项目的各种依赖包
① 单击netbeans\java\maven\conf目录下的Settings.xml文件,右键→打开方式→记事本。这样用记事本打开了Settings.xml文件。
② 找到“”,注意不是“”,有个“s”的。在“”前面复制并粘贴以下配置代码。

alimaven
aliyun maven
http://maven.aliyun.com/nexus/content/groups/public/
central


apachemaven
apache org
http://repo.maven.apache.org/
central

<mirror
apachemaven
maven org
http://mvnrepository.com/
central


apachemaven
repo1 org
http://repo1.maven.org/maven2/
central

③ 最后按Ctrl+S键保存该修改后的Settings.xml文件

4**Java SE特性
选择菜单栏中的“Tools→“Plugins”命令
安装IDE(Apache NetBeans )
选择“Installed”选项卡,并检查“Java SE”特性
安装IDE(Apache NetBeans )
单击“Activate”按钮**该功能
安装IDE(Apache NetBeans )