8

You can check this warning here when I'm adding the server I'm getting like this. Please help me out. Thanks

Boussadjra Brahim
  • 82,684
  • 19
  • 144
  • 164
VBR
  • 93
  • 1
  • 11

2 Answers2

3

I know I am late to answer but I hope this can help someone. Well this error means that you need to point on your JDK not JRE : on Eclipse go to window -> preferences

enter image description here

KMC
  • 1,677
  • 3
  • 26
  • 55
S_intg
  • 182
  • 1
  • 10
  • @DmainEvent Click on the link it's an image, you need check JDK not JRE (preferences -> java -> installed JREs) – S_intg Jan 12 '17 at 12:13
3

Go to

window -> preferances -> java -> installed jres

Click "Add" and add the JDK path.

enter image description here

Harsha Jayamanna
  • 2,148
  • 6
  • 25
  • 43