Could someone one clarify why my Eclipse (http://developer.android.com/sdk/index.html) from ADT won\'t start?
Every time I\'m getting this error:
---
The reason of the error is because your Eclipse and JDK versions are different. Solution is simple. Define what your JDK bin folder is and use eclipse -vm JDK_bin_path command.
Example: In my case a folder is C:\Program Files\Java\jdk1.8.0_25\bin Then right click on your Eclipse.exe file, select Shortcut tab, in Target field, right after eclipse.exe, write -vm "C:\Program Files\Java\jdk1.8.0_25\bin"
That's all. Let me know if you have problems.