0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Windows10にNetBeans12.5をインストール(備忘録)

Posted at

#はじめに
Wndows10にApache Netbeansをインストールした時の備忘録です。下記を行いました。
 ・Netbeansの基本的なインストール
 ・Mavenの構成

#基本的なインストール
基本のインストールはこちらのページにお世話になりました。

・本体のインストール
[Apache Netbeans リリースページ][download]から12.5を選択し、ダウンロードします。2022年2月頃にLTSが出る予定だそうです。
[download]:https://netbeans.apache.org/download/index.html

・日本語化
今回は諸事情で日本語化はしなかったのですが、日本語化は[junichi11/netbeans-translations-ja][japanese]プラグインで出来るそうです。
[japanese]:https://github.com/junichi11/netbeans-translations-ja/releases/tag/v0.0.2

#Mavenのインストール
Mavenの基本知識と、Mavenのインストール・構成はこちらのページにお世話になりました。

・Mavenインストール
[Apache Mavenのページ][maven]から、バイナリ(apache-maven-3.8.2-bin.zip)をダウンロードしインストールをします。
[maven]:http://maven.apache.org/
[mavencheet]:http://maven.apache.org/plugins/index.html

・Maven Path通し
こちらのページを参考にしました。

apache-maven-3.8.2-bin.zipを解凍し、適切なフォルダに配置します。今回はC:直下に置きました。apache-maven-3.8.2/binを上記のページを参考にし、環境変数のPathに加えます。

パスが通っているか、mvn -vで確認しましょう。

C:\>mvn -v
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
Maven home: C:\apache-maven-3.8.2
Java version: 16.0.1, vendor: Oracle Corporation, runtime: C:\jdk-16.0.1
Default locale: ja_JP, platform encoding: MS932
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

NetBeans上でもMavenが適切に設定されているか確認します。設定されている気がする。
maven.PNG

#おわりに
Windows10にNetBeans12.5をインストールしてみました。
今、JDK16.0なのですが、公式ではJDK17を推奨しているようです。問題が出たら適宜またページを更新していきます。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?