Groovy and Grail plugin is missing in Netbeans IDE 9
Asked Answered
I

1

5

This is the first time I am trying with Grails. I followed the same post "Why I can't create new grails application in Netbeans 8.2?" I installed Netbeans 9 beta version from https://archive.apache.org/dist/incubator/netbeans/incubating-netbeans-java/incubating-9.0/incubating-netbeans-java-9.0-bin.zip

But for me, Groovy/Grails plugin is not available in the plugin window. How to get grail plugin in my case? enter image description here

Inexperienced answered 2/2, 2019 at 7:23 Comment(0)
B
7

To use Grails with NetBeans 9.0 you must do the following:

  1. Make the Groovy and Grails plugin available.
  2. Install the Groovy and Grails plugin.
  3. Configure Grails.
  4. Create a Grails project.

Here are the details:

Step 1: To make the plugin available:

Step 2: To install the plugin:

  • In the Available Plugins tab select and check the entry for the Groovy and Grails plugin.
  • Click the Install button to install the plugin, then restart NetBeans.

    Grails2

Step 3: To configure Grails:

  • Tools > Options > Miscellaneous > select the newly added Groovy tab.
  • Enter the location of your Grails installation in the Grails Home field, and click OK. Grails3

Step 4: To create a Grails project:

  • File > New Project > select Groovy from the Categories list.
  • Select Grails Application from the Projects list, click Next > and complete the wizard to create your Grails project. Grails4
Brickey answered 5/3, 2019 at 5:15 Comment(3)
As mentioned here: #54327475 the URL should start with https://Kenwee
@RadimBača Thanks. I have updated the Update Center Customizer URL to use https instead of http. Both URLs worked for me, but of course using https is preferable.Brickey
If you are using Netbeans 11 or 12, then you need to uncheck Netbeans Distribution on Settings tab for 11 or 12 version. So that it should pick plugin from 8.2 distribution.Consciousness

© 2022 - 2024 — McMap. All rights reserved.