Pregunta

I have the Java Android SDK package downloaded and I also have a jre downloaded and put in the same folder as eclipse, but when I go to run eclipse it is not starting and is giving me an error message saying that it cannot find a jre. Wondering what is going on here. Thanks, Brett

¿Fue útil?

Solución

You must have a JRE or JDK on your PATH in order to run Eclipse.

If you are on Windows 7, go to Control Panel > System > Advanced System Settings > Advanced > Environment Variables. Find the Path system variable. Edit it and append the location of your JRE's bin folder to the end of it.

Note that the JRE will be enough to run Eclipse, but to actually compile any code you will need a JDK.

Otros consejos

you should download the android version of eclipse here http://developer.android.com/sdk/index.html at this site you can also find the tutorials for setting it up as well

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top