Reputation: 783
I want to know how to install manual a grails plugin (2.0.3 version) in STS.
I found grails plugin here http://grails.org/download
I tried to install it by cliking on Help -> Install New Software -> Clicking ‘Add’ then I had this error "Could not find jar:....grails-2.0.3.zip!"
Thanks
Upvotes: 0
Views: 309
Reputation: 65
In STS go to options like Window-->Preference-->Groovy..>Grails--> then click add button locate the Grails path which you located in your system
Upvotes: 0
Reputation: 3812
In STS go to Window > preferences> groovy > grails
and select a grails directory for a particular version.
Also you can download the latest release and compiler from Dashboard > Extensions
.
Upvotes: 1