Jils
Jils

Reputation: 783

Install manually grails

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

Answers (2)

R.V.RaguPrashanth
R.V.RaguPrashanth

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

Sachin Verma
Sachin Verma

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

Related Questions