Recently, there’s a new android SDK- “ADT bundle for windows” which includes everything but jdk. Thats why when I run eclipse, it says-” JRE / JDK must be available to run eclipse, No JRE/JDK found in …[my unzipped folder location]” I tried adding the following (at the begining) line in eclipse.ini, but to NO avail.
–vm C:\Program Files\Java\jdk1.7.0_06
What should I do to run eclipse bundle.
it should be: -vm “C:\Program Files\Java\jdk1.7.0_06\bin\javaw.exe”
PS: It is better for JDK home not having spaces, like in ‘Program Files’ !!
Refer this Link