Zayin
Zayin

Reputation: 1

JDK installing problems

I install the windowBuilder for working GUI in eclipse neon and after finishing the installation I restart my eclipse, IT show this error what should I do?? enter image description here

Upvotes: 0

Views: 43

Answers (3)

Chirag Parmar
Chirag Parmar

Reputation: 841

Make sure that you have the correct path of javaw.exe in eclipse.ini. Look for the following.

-vm
C:/Program Files/Java/jdk1.7.0_80/bin/javaw.exe

eclipse.ini file is located on the same folder where your eclipse.exe is located.

Upvotes: 0

Little Santi
Little Santi

Reputation: 8793

Apparently you have no JVM in the specified path. Ensure it actually exists and you have rights to access it. Ensure also that JVM is the same architecture as your Eclipse (either 32 or 64 bits).

Upvotes: 0

Oussama Bonnor
Oussama Bonnor

Reputation: 53

on second look, your JDK path isnt correct, your are using jaavaw.exe, that isnt right.

Upvotes: 1

Related Questions