This is the first post. I don't think I need to write it, and it doesn't seem to be a memorandum, but I didn't have an article in Japanese. .. ..
When I installed NetBeans 9 which was released recently (?) Immediately (?), I couldn't create a project with Java EE, so I checked it. I will assume that the JDK and such are included.
It doesn't matter how. I did a git clone from the terminal.
Reference) https://www.youtube.com/watch?v=I8gdC7BBtbs&t=12s
cd Downloads
$git clone https://github.com/carljmosca/netbeans-macos-bundle.git
cd netbeans-macos-bundle
./install.sh
Select Tools> Plugins and click Setting Click add on the right in the middle Name: NetBeans8.2 (any name is fine) URL: http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz (I have already added it, so I get an error)
After that, go back to Plugins and enter Kit
in the search window of Available Plugins.
Check the following and click Install
Restart NetBeans and you're done. I will write about adding glassfish 5 when I feel like it.
Reference) https://vorozco.com/blog/2018/2018-07-30-NetBeans-9-JavaEE-JakartaEE.html
Recommended Posts