ruhungry
ruhungry

Reputation: 4716

GRAILS + ECLIPSE

I wanna add Grails plugin for my SDK Eclipse 3.5.2. I try Install New Software using this repo; http://dist.springsource.org/release/GRECLIPSE/e3.5/ but it gives an error. How can I do that?

THX

Upvotes: 0

Views: 538

Answers (1)

apesa
apesa

Reputation: 12453

In the window where you have chosen what you want to install and it begins the install it checks dependencies and other things. In your case you have chosen two conflicting Java installs.

Java Development Tools Core 3.5.2.v_981_R35x and Java Development Tools Core 3.5.1.v_972_R35x

uncheck the v_972 and go with the higher release.

Upvotes: 1

Related Questions