简体   繁体   中英

Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run eclipse

I downloaded the newest Android Development Kit and keep receiving this error. It then tells me that there is no virtual machine available in the path eclipse\\jre\\bin\\javaw.exe in my current path. I cannot seem to get this to work. I have the newest JDK as well. I am trying to run this on a Windows 8.1 machine. Any suggestions?

Add vm param like this

-vm
C:\Java\JDK\1.6\bin\javaw.exe

to ecipse.ini. See http://wiki.eclipse.org/Eclipse.ini

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM