Reputation: 1
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??
Upvotes: 0
Views: 43
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
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
Reputation: 53
on second look, your JDK path isnt correct, your are using jaavaw.exe, that isnt right.
Upvotes: 1