1

I have installed several jre's and jdk's on my computer.

Today I set up grails version 2.3.4.

I have downloaded and installed the grails plugin on a new eclipse kepler.

However, when I start eclipse I get:

enter image description here

How to change to an jdk in eclipse?

I appreciate your answer!

UPDATE

As you can see the jdk should be properly configured:

enter image description here

Carol.Kar
  • 4,581
  • 36
  • 131
  • 264

1 Answers1

1

you have to set the path of the eclipse-vm to a jdk (i.e. the vm with which eclipse is started) in the eclipse ini like described here.

wrm
  • 1,898
  • 13
  • 24